Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015년 7월.
* Some parts of this feature may have varying levels of support.
HTML <caption> 요소는 표의 설명 또는 제목을 나타냅니다.
| 없음 |
| 플로우 콘텐츠. |
| 바로 뒤에 스페이스나 주석이 오지 않으면 닫는 태그를 생략할 수 있습니다. |
| <table> 요소. 첫 번째 자식이어야 합니다. |
| 없음 |
| HTMLTableCaptionElement |
이 요소는 전역 특성만 포함합니다.
The following attributes are deprecated and should not be used. They are documented below for reference when updating existing code and for historical interest only.
alignThis enumerated attribute indicates how the caption must be aligned with respect to the table. It may have one of the following values:
leftThe caption is displayed to the left of the table.
topThe caption is displayed above the table.
rightThe caption is displayed to the right of the table.
bottomThe caption is displayed below the table.
경고 : Do not use this attribute, as it has been deprecated. The <caption> element should be styled using the CSS properties caption-side and text-align.
<caption> 요소는 부모 <table> 요소의 첫 번째 자식이어야 합니다.
<caption> 요소를 가진 <table> 요소가 만약 <figure> 요소의 유일한 자식인 경우, <figcaption>을 대신 사용하세요.
다음의 간단한 예제는 설명을 포함한 표를 보입니다.
| HTML # the-caption-element |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2026년 4월 15일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.