Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLTableElement.tBodies

概要

tBodies は、テーブル内の <tbody> のコレクションを返します。

構文

HTMLCollectionObject = table.tBodies

length(mytable.tBodies);

注記

返されるコレクションには、暗黙の <tbody> も含まれます。

<table>
  <tr>
    <td>cell one</td>
  </tr>
</table>

上記の HTML ソースの様に tbody 要素が無い場合でも、DOM は tbody 要素が存在するものと見做し、これを含めてコレクションを返します。

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, jsx, ethertank
 最終更新者: jsx,