--- title: HTMLTableElement.caption slug: Web/API/HTMLTableElement/caption tags: - DOM - Gecko - Gecko DOM Reference translation_of: Web/API/HTMLTableElement/caption ---
{{ApiRef()}}

概要

caption は、table 要素のキャプションを返します。

構文

string = table.caption

if (table.caption) {
    // do something with the caption
}

注記

このプロパティは、対象テーブル内に {{HTMLelement("caption")}} 要素が存在しない場合、void を返します。

仕様書