코드랩 레퍼런스

<input> 본문

HTML

<input>

webstoryboy 2016. 6. 3. 16:27
<input> 태그는 데이터를 입력할 수 있는 폼 컨트롤을 정의합니다.
특징 설명
콘텐츠 카테고리 Flow content, Listed, Submittable, Resettable, form-associated element, Phrasing content.
콘텐츠 모델 적용 없음
DOM 인터페이스 HTMLInputElement
콘텐츠 속성 Global Attributes, Event Attributes
콘텐츠 요소 Inline Element
닫는 태그 없음
시각적 표현
버전 HTML4

Definition

  • <input> 태그는 사용자가 입력하는 컨트롤은 <form> 요소안에 설정합니다.
  • <input> 요소 안에는 <label> 요소가 설정되어 있어야 합니다.
  • <input> 태그는 반드시 속성 값을 설정합니다

CrossBroswing

  • html5에서는 <input> 요소의 align 속성이 삭제되고, 여러가지 속성이 새로 생겼습니다.

Ad

Comments