HTML <tfoot> 요소는 표에서 열의 푸터를 구성하는 행들을 묶습니다.

불러오는 중...

<table>
  <thead>
    <tr>
      <th>항목</th>
      <th scope="col">지출</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">식빵</th>
      <td>3,000</td>
    </tr>
    <tr>
      <th scope="row">커피</th>
      <td>4,500</td>
    </tr>
  </tbody>
  <tfoot>
    <tr>
      <th scope="row">합계</th>
      <td>7,500</td>
    </tr>
  </tfoot>
</table>

특성

전역 특성만 포함합니다.

명세

HTML Living Standard

브라우저 호환성

IEEdgeChromeSafariFirefox
지원121지원1
iOS SafariAndroid WebViewAndroid ChromeAndroid FirefoxSamsung Internet
지원지원지원4지원
MDN BCD에서 가져오는 데이터입니다.

같이 보기

마지막 업데이트:
이 페이지를 오프라인에서 볼 수 있습니다.

sorto.me

CC BY-SA 4.0

based on MDN (contributors)