Language References
Retrieves the THEAD object of the TABLE.
HTML |
N/A |
Script |
[ sTHead = ] table.tHead |
sTHead |
Value of the THEAD. |
The property is read-only with no default value.
If no THEAD exists, the value for the property is null.
The following example sets the inline style for the THEAD object.
document.all.myTable.tHead.style.color = "blue"
TABLE