Retrieves the THEAD object of the TABLE.
Syntax
HTML N/A Scripting [ oTHead = ] table.tHead
Possible Values
oTHead Object that specifies the THEAD object. The property is read-only with no default value.
Remarks
If no THEAD exists, the value for the property is null.
Example
This example sets the color of the THEAD object to blue.
Sample Code
document.all.myTable.tHead.style.color = "blue"
Applies To
HTML N/A Scripting TABLE