| Value |
Description |
| button |
Creates a button. The action that is triggered by using this button is
defined by the ONCLICK attribute.
|
| reset |
Creates a button that users can click to reset form fields to their initial
state when the document was first loaded. Reset buttons are never sent as
part of the form's contents.
|
| submit |
Creates a button that users can click to submit the form's contents to the
server. If the name attribute is given then the submit button's name/value
pair will be included in the submitted data. You can include several submit
buttons in the form.
|