Firefox Tomorrow

web api instance property

HTMLTableElement: tFoot property

View on MDN ↗

The HTMLTableElement.tFoot property represents the <tfoot> element of a <table>. Its value will be null if there is no such element.

Value

A <tfoot> element or null.

Examples

if (table.tFoot === myFoot) {
  // …
}

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also