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