HTMLTableElement: deleteTFoot() method
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The None. None ( This example uses JavaScript to delete a table's footer.HTMLTableElement.deleteTFoot()
method removes the
element from a given
.
Syntax
jsdeleteTFoot()
Parameters
Return value
undefined
).Examples
HTML
html
Name
Score
Bob
541
Jim
225
Average
383
JavaScript
jslet table = document.querySelector("table");
table.deleteTFoot();
Result
Specifications
Specification HTML
# dom-table-deletetfoot-devBrowser compatibility