From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/htmltableelement/createcaption/index.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ja/web/api/htmltableelement/createcaption/index.html (limited to 'files/ja/web/api/htmltableelement/createcaption/index.html') diff --git a/files/ja/web/api/htmltableelement/createcaption/index.html b/files/ja/web/api/htmltableelement/createcaption/index.html new file mode 100644 index 0000000000..339ee8b766 --- /dev/null +++ b/files/ja/web/api/htmltableelement/createcaption/index.html @@ -0,0 +1,23 @@ +--- +title: HTMLTableElement.createCaption +slug: Web/API/HTMLTableElement/createCaption +tags: + - DOM + - Gecko + - Gecko DOM Reference +translation_of: Web/API/HTMLTableElement/createCaption +--- +
+ {{ApiRef}}
+

概要

+

createCaption は、テーブル内に新たに {{htmlelement("caption")}} 要素を生成します。

+

構文

+
HTMLTableElement = table.createCaption()
+

+
mycap = mytable.createCaption();
+

注記

+

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

+

仕様

+ -- cgit v1.2.3-54-g00ecf