Form Inputs:
General input structure:
<input type="TYPE" name="NAME" value="DEFAULT VALUE"/>
Global attributes:
placeholder, name, value, required, readonly, disabled, size, id, class, autocomplete
input type
result
attributes
text (default)
number
max, min, step, value
password
email
multiple
date
time
datetime-local
color
file
multiple, accept
checbox
radio
radio 1
radio 2
range
max, min, step, value
button
search
url
week
month
hidden
image (as submit)
submit
reset