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