DekGenius.com
Team LiB   Previous Section   Next Section
HTMLTableElement.createTFoot( ) get or create a <tfoot>

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.

    Team LiB   Previous Section   Next Section