Mar 22, 2013, by admin
HTML5 is a markup language for structuring and presenting content for the World Wide Web and a core technology of the Internet. It is the fifth revision of the HTML standard The previous version of HTML, HTML 4.01
HTML5 defines a variety of new input types: sliders, number spinners, popup calendars, color choosers, autocompleting suggest boxes, and more. The beauty of these elements is that you can use them now: for browsers that don’t support a particular input type, there is automatic fallback to standard textfields. There are two keys to understanding why the automatic fallback works consistently in all major browsers
HTML5 has several new input types for forms. These new features allow better input control and validation
The color type is used for input fields that should contain a color
Birthday: <input type=”date” name=”bday”>
Birthday (date and time): <input type=”datetime” name=”bdaytime”>
E-mail: <input type=”email” name=”usremail”>
Birthday (month and year): <input type=”month” name=”bdaymonth”>
Quantity (between 1 and 5): <input type=”number” name=”quantity” min=”1″ max=”5″>
<input type=”range” name=”points” min=”1″ max=”10″>
Search Google: <input type=”search” name=”googlesearch”>
Telephone: <input type=”tel” name=”usrtel”>
Select a time: <input type=”time” name=”usr_time”>
Add your homepage: <input type=”url” name=”homepage”>
Select a week: <input type=”week” name=”week_year”>
<input> | Defines an input control |
The HTML has released its new logo
http://www.w3schools.com
http://en.wikipedia.org