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