현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
HTML <legend> 요소는(또는 HTML Legend Field 요소) 부모 요소 <fieldset>
의 캡션을 의미합니다.
- 콘텐츠 범주 없음
- 허용되는 콘텐츠 Phrasing content.
- 태그 생략 None, both the starting and ending tag are mandatory.
- 허용되는 부모 요소
<fieldset>
- DOM 인터페이스
HTMLLegendElement
속성
이 요소는 전역 요소만을 포함합니다.
예제
<form>
의 예제 참조.
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<legend>' in that specification. |
Living Standard | legend 요소의 정의 |
WHATWG HTML Living Standard | Living Standard | fieldset 과 legend 요소의 기본 렌더링 제안 |
HTML5 The definition of '<legend>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<legend>' 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) |
같이 보기
- 다른 폼 관련 요소:
<form>
,<option>
,<label>
,<button>
,<select>
,<datalist>
,<optgroup>
,<fieldset>
,<textarea>
,<keygen>
,<input>
,<output>
,<progress>
and<meter>
.