HTML 5: The Markup Language (ARIA Edition)

input type=urlURL input control # T

The input element with a type attribute whose value is "url" represents a control for editing an absolute URL given in the element’s value.

Content model #

Attribute model #

Element-specific attributes #

type = "url"
Specifies that its input element is a control for editing an absolute URL given in the element’s value.
value = "" | uri.absolute
An absolute URL.

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 #