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.createCaption

概要

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

構文

HTMLTableElement = table.createCaption()

mycap = mytable.createCaption();

注記

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

仕様

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

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