HTML5 New Form Tags
This form demonstrates several new features of HTML5.
Working well on latest browsers.
- Required-Include required attribute without quotation marks inside input tag. Not working on smart phones!
- Email Input-Validates an email address. Works best in combination with the required attribute. Not working on smart phones!
Not fully functional
- number
- range
- date
- datetime
- datetime-local
- month
- search
- url
Form Example