--- title:
slug: Web/HTML/Element/figcaption tags: - Element - HTML - HTML grouping content - Reference translation_of: Web/HTML/Element/figcaption ---
{{HTMLRef}}

HTML <figcaption> 요소는 부모 {{HTMLElement("figure")}} 요소가 포함하는 다른 콘텐츠에 대한 설명 혹은 범례를 나타냅니다.

{{EmbedInteractiveExample("pages/tabbed/figcaption.html","tabbed-shorter")}}
콘텐츠 카테고리 없음.
가능한 콘텐츠 플로우 콘텐츠.
태그 생략 {{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")}}

같이 보기