• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. 開発者向けのウェブ技術
  2. Web API
  3. HTMLTableElement
  4. HTMLTableElement.tFoot
  • Change language
  • View in English

Table of contents

  • 概要
  • 構文
  • 例
  • 注記
  • 仕様書

HTMLTableElement.tFoot

概要

tFoot は、対象テーブル内の <tfoot> 要素を返します。

構文

HTMLTableSectionElementObject = table.tFoot

例

if (table.tFoot == my_foot) {
   //...
}

注記

対象テーブル内に <tfoot> 要素が存在しない場合、このプロパティは void を返します。

仕様書

  • tfoot
  • Interface HTMLTableSectionElement

Found a problem with this page?

  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Apr 21, 2021, by MDN contributors

Change your language

Related Topics

  1. HTMLTableElement
  2. プロパティ
    1. これは非推奨の API です。まだ動作しているかもしれませんが、もう使用するべきではありません。 align
    2. これは非推奨の API です。まだ動作しているかもしれませんが、もう使用するべきではありません。 bgColor
    3. これは非推奨の API です。まだ動作しているかもしれませんが、もう使用するべきではありません。 border
    4. caption
    5. cellPadding
    6. これは廃止された API であり、動作は保証されていません。 cellSpacing
    7. frame
    8. rows
    9. rules
    10. summary
    11. tBodies
    12. tFoot
    13. tHead
    14. width
  3. メソッド
    1. createCaption()
    2. deleteCaption()
    3. deleteRow()
    4. deleteTFoot()
    5. deleteTHead()
    6. HTMLTableElement: createTBody()
    7. HTMLTableElement: createTFoot()
    8. HTMLTableElement: createTHead()
    9. insertRow()
  4. 継承
    1. HTMLElement
    2. Element
    3. Node
    4. EventTarget
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies