Property of dom/HTMLTableElementdom/HTMLTableElement
Syntaxvar result = element.tHead;
element.tHead = value;
Examples
This example sets the color of the tHead object to blue.
document.all.myTable.tHead.style.color = "blue"
Notes Remarks
If the table doesn’t have a head section, the value for the property is null. If multiple table heads are listed in on a document, only the first one is treated as the head of the table.
Syntax Standards informationMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4