HTML <input type="email"> (original) (raw)

Last Updated : 09 Dec, 2024

The **HTML is used to create an input field specifically for email addresses. It automatically validates the input to ensure it follows the correct email format. Adding the "multiple" attribute allows the user to input multiple email addresses, separated by commas.

**Syntax

**Example: Demonstrates the element within a form, allowing input of an email address and automatically validating its format.

HTML `

Email Id:

`

**Output

HTML-Input-Type-Email Example

**Supported Browsers

Similar Reads