The HTMLTableElement.tHead represents the <thead> element of a <table> . Its value will be null if there is no such element.
Syntax
thead_element = table.tHead; table.tHead = thead_element;
Parameters
thead_elementis aHTMLTableSectionElement.
Example
if (table.tHead == my_head_el) {
// ...
}
Specifications
| Specification | Status | Comment |
| HTML Living StandardThe definition of 'HTMLTableElement.tHead' in that specification. | Living Standard | No change from HTML5 |
| HTML5The definition of 'HTMLTableElement.tHead' in that specification. | Recommendation | No change from Document Object Model (DOM) Level 2 HTML Specification |
| Document Object Model (DOM) Level 2 HTML SpecificationThe definition of 'HTMLTableElement.tHead' in that specification. | Obsolete | No change from Document Object Model (DOM) Level 1 Specification |
| Document Object Model (DOM) Level 1 SpecificationThe definition of 'HTMLTableElement.tHead' in that specification. | Obsolete | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tHead
|
Chrome
Full support Yes |
Edge
Full support 12 |
Firefox
Full support 1 |
IE
Full support Yes |
Opera
Full support Yes |
Safari
Full support Yes |
WebView Android
Full support Yes |
Chrome Android
? |
Firefox Android
Full support 4 |
Opera Android
Full support Yes |
Safari iOS
Full support Yes |
Samsung Internet Android
? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
See also
- The interface implementing this property:
HTMLTableElement.
HTMLTableElement.tHead by Mozilla Contributors is licensed under CC-BY-SA 2.5.