blob: 1a8998b0f93059ca1049acc3cfd573499d648c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|