HTMLTableElement.TFoot

HTMLTableElement.TFoot property

Returns the table’s THEAD, or null if none exists.

Returns the table’s TFOOT, or null if none exists. @version DOM Level 2

public HTMLTableSectionElement TFoot { get; }

Exceptions

exceptioncondition
DOMExceptionHIERARCHY_REQUEST_ERR: if the element is not a THEAD. @version DOM Level 2

See Also