Element type name
An element
Description
tel
Telephone number. Generally behaves as ordinary text box. It may have additional functionality(not required and not specified by spec).
search
Generally behaves as ordinary text box. Spec note: The difference between the Text state and the Search state is primarily stylistic: on platforms where search fields are distinguished from regular text fields, the Search state might result in an appearance consistent with the platform's search fields rather than appearing like a regular text field.
url
Generally behaves as ordinary text box. It may have additional functionality(not required and not specified by spec).
email
Generally behaves as ordinary text box. It may have additional functionality(not required and not specified by spec).
datetime
Should be able to display date and time
date
Should be able to display date
month
Should be able to display month
week
Should be able to display week.
time
Should be able to display time
datetime-local
Should be able to display date and time in local format
number
Should only allow to enter float values - not text.
range
Should display whenever control that can represent ranged value
color
Should be able to select colors