tFoot property
Syntax
| JavaScript | |
|---|
Property values
Type: Object
Object that receives the tFoot object.Address of a pointer to an IHTMLTableSection interface for the foot section of the table.Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
If the table doesn't have a foot section, the value for the property is null.
If multiple table feet are listed in on a document, only the first one is treated as the foot of the table.
Examples
This example sets the color of the tFoot object to blue.
document.all.myTable.tFoot.style.color = "blue"
See also
Show: