Life is Good

수콩이의 시선

Coding/HTML

input 태그

Soocong 2022. 4. 4. 11:24

<input> 태그

사용자 입력부분과 전송 기능을 제공해주는 태그

 

https://www.w3schools.com/tags/tag_input.asp

 

HTML input tag

HTML Tag Example An HTML form with three input fields; two text fields and one submit button:

     

  

 

www.w3schools.com

 

 

 

input 태그

 

 

 

Radio 라디오 버튼

 

둘 중에 하나 값

 

 

 

 

 

Checkbox 체크박스

 

값 넘어갈 때 배열로 넘어간다. 

 

 

 

 

 

FILE 파일

 

 

 

DATE 날짜

 

 

 

COLOR 색상

 

 

 

각종 버튼들

submit하고 reset은 이벤트가 추가되어 있는 버튼이다.

 

 

hidden 필드

화면에 보여주지 않으면서 데이터를 보낼 때 유용하게 사용한다.