--- title: slug: Web/HTML/Element/legend tags: - Element - Forms - HTML - HTML forms - Reference - Web translation_of: Web/HTML/Element/legend --- {{HTMLRef}} HTML <legend> 요소는 부모 {{HTMLElement("fieldset")}} 콘텐츠의 설명을 나타냅니다. {{EmbedInteractiveExample("pages/tabbed/legend.html", "tabbed-standard")}} 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("fieldset")}} 요소. <legend>가 첫 번째 자식이어야 합니다. 가능한 ARIA 역할 없음 DOM 인터페이스 {{domxref("HTMLLegendElement")}} 특성 이 요소는 전역 특성만 포함합니다. 예제 {{HTMLElement("form")}}의 예제를 참고하세요. 명세 Specification Status Comment {{SpecName("HTML WHATWG", "forms.html#the-legend-element", "<legend>")}} {{Spec2("HTML WHATWG")}} Definition of the legend element {{SpecName("HTML5 W3C", "sec-forms.html#the-legend-element", "<legend>")}} {{Spec2("HTML5 W3C")}} {{SpecName("HTML4.01", "interact/forms.html#h-17.10", "<legend>")}} {{Spec2("HTML4.01")}} Initial definition 브라우저 호환성 {{Compat("html.elements.legend")}}
HTML <legend> 요소는 부모 {{HTMLElement("fieldset")}} 콘텐츠의 설명을 나타냅니다.
<legend>
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.
이 요소는 전역 특성만 포함합니다.
{{HTMLElement("form")}}의 예제를 참고하세요.
legend
{{Compat("html.elements.legend")}}