HTML 5: The Markup Language (ARIA Edition)

input type=hiddenhidden input control # T

The input element with a type attribute whose value is "hidden" represents a value that is not intended to be examined or manipulated by the user.

Content model #

Attribute model #

Element-specific attributes #

type = "hidden"
Specifies that its input element represents a value that is not intended to be examined or manipulated by the user.
value = string
Specifies a value for the 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 #