deleteCaption method
void
deleteCaption()
The HTMLTableElement.deleteCaption() method removes the
caption element from a given table. If there is no
<caption> element associated with the table, this method does
nothing.
Implementation
external void deleteCaption();