HTML <figcaption> 요소는 부모 {{HTMLElement("figure")}} 요소가 포함하는 다른 콘텐츠에 대한 설명 혹은 범례를 나타냅니다.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
| 콘텐츠 카테고리 | 없음. |
|---|---|
| 가능한 콘텐츠 | 플로우 콘텐츠. |
| 태그 생략 | {{no_tag_omission}} |
| 가능한 부모 요소 | {{htmlelement("figure")}} 요소의 처음 혹은 마지막. |
| 가능한 ARIA 역할 | {{ariarole("group")}}, {{ariarole("presentation")}} |
| DOM 인터페이스 | {{domxref("HTMLElement")}} |
이 요소는 전역 특성만 포함합니다.
<figcaption>에 대한 예제는 {{HTMLElement("figure")}} 페이지에 포함되어 있습니다.
| 명세 | 상태 | 비고 |
|---|---|---|
| {{SpecName('HTML WHATWG', 'grouping-content.html#the-figcaption-element', '<figcaption>')}} | {{Spec2('HTML WHATWG')}} | |
| {{SpecName('HTML5 W3C', 'grouping-content.html#the-figcaption-element', '<figcaption>')}} | {{Spec2('HTML5 W3C')}} |
{{Compat("html.elements.figcaption")}}