현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
HTML <caption>
요소 (or HTML Table Caption Element)는 표의 제목을 나타낸다. 이것은 항상 <table>
의 첫 번쨰 자손이지만, CSS를 사용한 styling은 표와 관련된 다른 곳에서 배치할 수 있다.
Usage note: When the
<table>
element that is the parent of this <caption>
is the only descendant of a <figure>
element, use the <figcaption>
element instead.속성
이 요소는 글로벌 요소를 포함합니다.
align
Deprecated HTML4.01 안씀 HTML5- 이 열거된 속성은 caption이 표에 대하여 어떻게 정렬되야 하는지 나타낸다. 이것은 다음 가치를 가질 수 있다:
- 표의 왼쪽을 보여주는 left
표의 앞을 보여주는 top
표의 오른쪽을 보여주는 right
표의 오른쪽을 보여주 bottom
Usage note: Do not use this attribute, as it has been deprecated: the<caption>
element should be styled using CSS. To give a similar effect to thealign
attribute, use the the CSS propertiescaption-side
andtext-align
.
예시
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<caption>' in that specification. |
Living Standard | |
HTML5 The definition of '<caption>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<caption>' in that specification. |
Recommendation |
브라우저 적합성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
기능 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
같이 보기