Easy Tutorial
❮ Jsref Regexp Whitespace Non Prop Node Childnodes ❯

Table deleteTHead() Method


Definition and Usage

The deleteTHead() method is used to remove the <thead> element from a table.

Tip: To create a thead element in a table, use the createTHead() method.

Syntax


Browser Support

All major browsers support the deleteTHead() method.


Example

Example

Creating and deleting a thead element:


❮ Jsref Regexp Whitespace Non Prop Node Childnodes ❯