This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

tFoot

Property of dom/HTMLTableElementdom/HTMLTableElement

Syntax

var 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 information

See also

Related pages

Attributions