Starting with HTML5 Forms

HTML5 forms add a lot of power to html forms which result in reduced development time. And HTML5 are improved for developer as well as users using them. HTML5 specification added lots of feature in forms but all browsers are at different states. Check www.html5test.com for current support to HTML5 form elements. Below is the list of newly added input type in HTML5. Input Type Purpose tel For entering a telephone number. search To prompt users to enter text that they want to search for. url For entering a single URL. email For entering either a single email address or a list of email addresses. datetime For entering a date and time with the time zone set to UTC. date For entering a date with no time zone. month For entering a date with a year and a month, but no time zone. week For entering a date that consists of a week-year number and a week number, but no tim...