Email

suggest change

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.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents