HTML 5: The Markup Language

button type=resetreset button # T

The button element with a type attribute whose value is "reset" represents a button for resetting a form.

Content model #

Attribute model #

Element-specific attributes #

type = "reset"
Specifies that its button element is a button for resetting 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 #