HTML5 Forms
HTML5 Forms
HTML5 brings many features and improvements to a web form. There are new attributes and input types that were introduced to help create better experiences for web users.
New Input Types Introduced are:-
- < input type="color" >
- < input type="date" >
- < input type="datetime" >
- < input type="datetime-local" >
- < input type="email" >
- < input type="month" >
- < input type="number" >
- < input type="range" >
- < input type="search" >
- < input type="tel" >
- < input type="time" >
- < input type="url" >
- < input type="week" >
New Input Attributes Introduced Are:-
- form target
- height and width
- autofocus
- form
- form action
- list
- form enctype
- form method
- form novalidate
- min and max
- multiple
- pattern (regexp)
- placeholder
- required
- step
Code Explanation
All Tutorials related to HTML Advance
HTML5
HTML5 Content Model
The header Tag
The footer Tag
The nav Tag
The article Tag
The section Tag
The aside Tag
The audio Tag
The video Tag
The Progress Bar
Web Storage
Geolocation API
Drag and Drop
HTML5 SVG
The Canvas Tag
HTML5 Forms