November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLTableElement.deleteTHead( ) — delete the <thead> of a table
DOM Level 1 HTML
void deleteTHead( );
If this table has a <thead> element, this
method deletes it; otherwise, it does nothing.