HTML 5: The Markup Language (ARIA Edition)

input type=emaile-mail address input control # T

The input element with a type attribute whose value is "email" represents a control for editing a list of e-mail addresses given in the element’s value.

Content model #

Attribute model #

Element-specific attributes #

type = "email"
Specifies that its input element is a control for editing a list of e-mail addresses given in the element’s value.
value.multiple = emailaddresslist
A list of e-mail addresses.
value.single = emailaddress
A single e-mail address.

Assertions #

Tag omission #

The input element is a void element. An input element must have a start tag but must not have an end tag.

Permitted contexts #