HTML 5: The Markup Language (ARIA Edition)

input type=teltelephone-number-input field # T

The input element with a type attribute whose value is "tel" represents a one-line plain-text edit control for entering a telephone number.

Content model #

Attribute model #

Element-specific attributes #

type = "tel"
Specifies that its input element is a one-line plain-text edit control for entering a telephone number.
value = string
Specifies a value for this input element.

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 #