November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLTableElement.deleteTFoot( ) — delete the <tfoot> of a table
DOM Level 1 HTML
void deleteTFoot( );
If this table has a <tfoot> element, this
method removes it from the document tree. If the table has no footer,
this method does nothing.