Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLTableElement.createTHead

概要

createTHead は、テーブル内に新たに <thead> 要素を生成します。

構文

HTMLElementObject = table.createTHead()

var mytable = document.getElementById("mytable");

var myhead = mytable.createTHead();

//チェック用コード: myhead == mytable.tHead

注記

既にテーブル内に thead 要素が存在した場合、このメソッドはその thead 要素を返します。

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, khalid32, ethertank
 最終更新者: khalid32,