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