Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
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();