Property of dom/HTMLTableElementdom/HTMLTableElement
Syntaxvar result = element.tFoot;
element.tFoot = value;
Examples
This example sets the color of the tFoot object to blue.
document.all.myTable.tFoot.style.color = "blue"
Notes 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.
Syntax Standards informationMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4