HTMLTableElement.deleteCaption()
The HTMLTableElement.deleteCaption()
method removes the caption from the table. If there is no caption associated with the table, this method does nothing.
Syntax
JavaScript
Copy Code
HTMLTableElement.deleteCaption()
Example
js;gutter:false
Copy Code
mytable.deleteCaption();
Specification
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/htmltableelement/deletecaption