The <input type="email">
is used for input fields that should contain an e-mail address.
<form>
<label>E-mail: <label>
<input type="email" name="email">
</form>
E-mail address can be automatically validated when submitted depending on browser support.