HTMLTableElement: tHead プロパティ - Web API | MDN

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.

HTMLTableElement.tHead<table><thead> 要素を表します。そのような要素がない場合は、この値は null になります。

構文

js

thead_element = table.tHead;
table.tHead = thead_element;

引数

js

if (table.tHead == my_head_el) {
  // ...
}

仕様書

Specification
HTML
# dom-table-thead-dev

ブラウザーの互換性

関連情報

  • このプロパティを実装しているインターフェイス: HTMLTableElement

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.