Table Caption
Position |
Salary |
Gender |
Address |
next page ... |
next page ... |
next page ... |
next page ... |
next page ... |
next page ... |
EMP0001 |
Margaret Martin |
Accountant |
56,000 |
Female |
1230 North Ave. Dallas, Texas 98551 |
EMP0002 |
Martha Raynolds |
Secretary |
35,000 |
Female |
1900 Dallas Road Dallas, Texas 98554 |
The createTHead() method creates a table header row or returns
an existing one.
Create a new THEAD element on the first TABLE element. The first
TABLE element should return null to make sure one doesn't exist.
After creation of the THEAD element the value is once again
checked and should not be null.