JavaScript table object method: createTHead()
[this page | pdf | back links]
The createTHead() method of the JavaScript
DOM object
corresponding to the HTML <table> element
creates an empty <thead>
element and adds it to the table. If a <thead> element
already exists in the table then it returns the existing one, without creating
a new one.
It has the following
syntax with no parameters:
object.createTHead()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)