JavaScript table object property: tHead
[this page | pdf | back links]
The tHead property of the JavaScript
DOM object
corresponding to the HTML <table> element
returns the <thead>
element of the table. <thead>
DOM elements have row-orientated JavaScript properties and methods like those
of <table>
elements.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)