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