Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
The HTMLTableElement.deleteTFoot()
method removes a <tfoot>
element from the table.
Syntax
HTMLTableElement.deleteTFoot()
Example
mytable.deleteTFoot();