Contents Index Topic Contents | ||
Previous Topic: textTransform Next Topic: tfoot |
thead
Description
Points to the THEAD element in the TABLE. If none exist, it is null.
Syntax
object.thead[ = element]
Return Value
This property has read-only permission.
Remarks
The following example sets the inline style for the THEAD.
document.all.myTable.thead.style.color = "blue"Applies To
table
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.