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
MDN 문서
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
'HTML·CSS' 카테고리의 다른 글
footer에 이용하다, address (1) | 2023.03.18 |
---|---|
입력양식 묶음, fieldset와 legend (0) | 2023.03.18 |
@media 미디어 쿼리 속성, 장치의 회전 orientation (0) | 2023.03.17 |
말줄임 코드, 영역을 벗어나면 ... 로 (0) | 2023.03.17 |
어떻게 전송할지 결정하다, enctype (0) | 2023.03.17 |