코드랩 레퍼런스
<fieldset> 본문
특징 | 설명 |
---|---|
콘텐츠 카테고리 | Flow Content, Dectioning Root, Listed, Form-associated element, Palpable content. |
콘텐츠 속성 | Global Attributes, Event Attributes |
콘텐츠 요소 | Inline Element |
닫는 태그 | 사용 |
버전 | HTML4 |
시각적 표현 | 테두리 생김 |
Definition
- <fieldset> 태그는 폼 요소의 그룹 내부 영역을 설정합니다.
CrossBroswing
- HTML5에서 속성(disabled, form, name)이 추가되었습니다.
Property
속성 | 값(예) | 설명 | 버전 |
---|---|---|---|
disabled | disabled | fieldset 영역을 사용하지 않도록 설정합니다. | |
form | form="id" | fieldset 영역의 폼 아이디를 설정합니다. | |
name | name="text" | fieldset 영역의 이름을 설정합니다. |
Compatibility
6 | 7 | 8 | 9 | 10 | 11 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fieldset |