기본형
<input type="text" [속성="속성값"]>
title | desc |
---|---|
hidden | 사용자에게는 보이지 않지만 서버로 넘겨지는 값을 가짐 |
text | 한 줄짜리 텍스트를 입력할 수 있는 텍스트 상자 |
search | 검색상자 |
tel | 전화번호 입력필드 |
url | url 주소입력 |
메일 주소 입력 | |
password | 비밀번호입력 ●●●● |
datetime | |
dateline | |
number | |
range | |
checkbox | |
radio | |
datetime-local, date, mondth, time, color, file, image, submit, reset, button |
<form>
<button type="submit" class="subm">
<img src="https://cdn-icons-png.flaticon.com/512/5632/5632356.png" alt="전송하기" style="width: 200px;">
</button>
</form>