--- title: HTMLTableElement.caption slug: Web/API/HTMLTableElement/caption tags: - DOM - Gecko - Gecko DOM Reference translation_of: Web/API/HTMLTableElement/caption ---
caption
は、table 要素のキャプションを返します。
string = table.caption
if (table.caption) { // do something with the caption }
このプロパティは、対象テーブル内に {{HTMLelement("caption")}} 要素が存在しない場合、void
を返します。