Availability
DOM Level 1 HTML
Synopsis
HTMLElement createTFoot( );
Returns
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.