HTML 5: The Markup Language

button type=buttonbutton with no additional semantics # T

The button 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 button element is a button with no additional semantics.
value = string
The value part of the name/value pair associated with this button for the purposes of form submission.

Assertions #

Tag omission #

A button element must have both a start tag and an end tag.

Permitted contexts #