15+ Useful Input Types
🪄

15+ Useful Input Types

<input type = ”text” />

➡️
HTML

<input type = ”password” />

➡️
***********

<input type = ”email” />

➡️
example123@email.com

<input type = ”number” />

➡️
180

<input type = ”search” />

➡️
HTML Cheat Sheet

<input type = ”tel” />

➡️
123-456-789

<input type = ”radio” />

➡️
⦿ Yes ⦾ No

<input type = ”checkbox” />

➡️
☑ Web Dev ☑ Design

<input type = ”button” />

➡️
Button

<input type = ”submit” />

➡️
Submit

<input type = ”reset” />

➡️
Reset

<input type = ”url” />

<input type = ”date” />

➡️
25 / 01 / 2022 📅

<input type = ”time” />

➡️
5 : 30 pm 🕠

<input type = ”week” />

➡️
Week 4, 2022 📅

<input type = ”month” />

➡️
January 2022 📆