HTML 5: The Markup Language (ARIA Edition)

input type=buttonbutton # T

The input element with a type attribute whose value is "button" represents a button with no additional semantics.

Content model #

Attribute model #

Element-specific attributes #

type = "button"
Specifies that its input element is a button with no additional semantics.
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 #