본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

HTML·CSS

input 속성의 모든 것

input 속성의 모든 것
input에는 정말 많은 속성이 있다.
button, checkbox, file, hidden, image, password, radio, reset, submit, text, color, date, datetime, datetime-local, email, month, number, range, search, tel, time, url, week..
 
input 속성을 확인해보다가 문득 그래서 input 속성의 처음과 끝이 궁금해졌다.
W3C 명세서와 MDN 문서에서 확인 할 수 있는데,
아래의 링크 2개에 접속하면 자세히 확인해 볼 수 있다.
 
W3C 명세서
https://html.spec.whatwg.org/multipage/input.html#common-input-element-events

HTML Standard

html.spec.whatwg.org

 
 
 
MDN 문서
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input

<input>: The Input (Form Input) element - HTML: HyperText Markup Language | MDN

The <input> HTML element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The <input> element

developer.mozilla.org