HTML 5: The Markup Language (ARIA Edition)

button type=submitsubmit button # T

The button element with a type attribute whose value is "submit" represents a button for submitting a form.

Content model #

Attribute model #

Element-specific attributes #

type = "submit"
Specifies that its button element is a button for submitting a form.
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 #