HTMLTableElement.tFoot
構文
HTMLTableSectionElementObject = table.tFoot
table.tFoot = HTMLTableSectionElementObject
例
if (table.tFoot == my_foot) {
// ...
}
仕様書
Specification |
---|
HTML Standard # dom-table-tfoot-dev |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- このプロパティを実装しているインターフェイス:
HTMLTableElement