HTML 5: The Markup Language (ARIA Edition)

input type=submitsubmit button # T

The input 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 input element is a button for submitting a form.
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 #