Input field HTML5
HTML
<label><input type="text" /></label><br/><br/>
<label><input type="url" /></label><br/><br/>
<label><input type="email" /></label><br/><br/>
<label><input type="date"/></label><br/><br/>
<label><input type="color" /></label><br/><br/>
<label><input type="search" /></label><br/><br/>
<label><input type="number" /></label><br/><br/>
<input type="submit"/>