AvailabilityDOM Level 1 HTML SynopsisHTMLElement createTFoot( ); ReturnsAn 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. |