코드랩 레퍼런스

<legend> 본문

HTML

<legend>

webstoryboy 2016. 6. 4. 15:22
<legend> 태그는 <fieldset> 요소의 영역 제목을 정의합니다.
특징 설명
콘텐츠 카테고리 적용 안됨
콘텐츠 모델 Phrasing Content
DOM 인터페이스 HTML Element
콘텐츠 속성 Global Attributes, Event Attributes
콘텐츠 요소 Inline Element
닫는 태그 사용(<legend>~</legend>)
시각적 표현 -
버전 HTML4

Definition

  • <legend> 태그는 <fieldset> 요소의 영역 제목을 정의합니다.

Ad

Comments