diff options
Diffstat (limited to 'files/ja/web/api/htmltableelement/deletetfoot')
| -rw-r--r-- | files/ja/web/api/htmltableelement/deletetfoot/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ja/web/api/htmltableelement/deletetfoot/index.html b/files/ja/web/api/htmltableelement/deletetfoot/index.html new file mode 100644 index 0000000000..1a8998b0f9 --- /dev/null +++ b/files/ja/web/api/htmltableelement/deletetfoot/index.html @@ -0,0 +1,21 @@ +--- +title: HTMLTableElement.deleteTFoot +slug: Web/API/HTMLTableElement/deleteTFoot +tags: + - DOM + - Gecko + - Gecko DOM Reference +translation_of: Web/API/HTMLTableElement/deleteTFoot +--- +<div> + {{ ApiRef }}</div> +<h2 id="Summary" name="Summary">概要</h2> +<p><b>deleteTFoot</b> は、テーブル内の {{htmlelement("tfoot")}} 要素を削除します。</p> +<h2 id="Syntax" name="Syntax">構文</h2> +<pre class="syntaxbox"><i>HTMLTableElement</i>.deleteTFoot()</pre> +<h2 id="Example" name="Example">例</h2> +<pre class="brush:js;gutter:false;">mytable.deleteTFoot();</pre> +<h2 id="Specification" name="Specification">仕様書</h2> +<ul> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-78363258">deleteTFoot</a></li> +</ul> |
