November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLTableElement.createTHead( ) — get or create a <thead>
DOM Level 1 HTML
HTMLElement createTHead( );
An HTMLTableSectionElement representing the
<thead> element for this table. If the table
already has a header, this method simply returns it. If the table
does not have an existing header, this method creates a new (empty)
<thead> element and inserts it into the
table before returning it.