Advertisement
Home Open Editor ❯

HTML <input> type Attribute

Example

<input type="email">

Try this code ❯

Meaning

Provides field for entering an email address.

Looks like a text input, but has validation parameters and relevant keyboard in supporting browsers and devices with dynamic keyboards.

To allows multiple e-mail addresses, add the "multiple" attribute.


Standard Syntax

HTML: <input type="email">

XHTML: <input type="email" />


Advertisement

Home Open Editor ❯
Advertisement