HTMLTableElement.tHead

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

Example

if (table.tHead == my_head_el) {
  // ...
}

Specifications

Specification Status Comment
HTML Living Standard
The definition of 'HTMLTableElement.tHead' in that specification.
Living Standard No change from HTML5
HTML5
The 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 Specification
The definition of 'HTMLTableElement.tHead' in that specification.
Obsolete No change from Document Object Model (DOM) Level 1 Specification
Document Object Model (DOM) Level 1 Specification
The definition of 'HTMLTableElement.tHead' in that specification.
Obsolete Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
tHeadChrome Full support YesEdge Full support 12Firefox Full support 1IE Full support YesOpera Full support YesSafari Full support YesWebView Android Full support YesChrome Android ? Firefox Android Full support 4Opera Android Full support YesSafari iOS Full support YesSamsung Internet Android ?

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown

See also