input type options code example
Example 1: input types html
button
checkbox
color
date
datetime-local
email
hidden
image
month
number
password
radio
range
reset
search
submit
tel
text
time
url
week
Example 2: input type options html
/* most common ones */
<input type="text|password|color|search|url|checkbox|date|file|image|time|email|number|radio|submit"/>