+ 2
What are all of the available input types in HTML?
I know about Submit, Radio, Checkbox, Text, Username and password. Please reassure me if those are all the available input types.
2 Answers
+ 1
Off the top of my head, I can only recall a few input types, but this lesson goes over all of the ones in HTML5 - https://www.sololearn.com/learn/HTML/2216/
+ 2
color
<input type="
- date
- datetime
- datetime-local
- email
- month
- number
- range
- search
- tel
- time
- url
- week"
/>
all input types