Nasi wolontariusze nie przetłumaczyli jeszcze tego artykułu na język Polski. Dołącz do nas i pomóż go przetłumaczyć!
The HTMLTableElement.deleteCaption()
method removes the caption from the table. If there is no caption associated with the table, this method does nothing.
Syntax
HTMLTableElement.deleteCaption()
Example
mytable.deleteCaption();