A visual "push-me" affordance
button

The button element creates a command button using visual clues — such as borders, colors, and shadows — to attract the eye and entice the visitor to initiate a command.
Properties
- type
- Specify
button
for general purpose actions that will be handled by JavaScript. - Specify
submit
to submit a form. - Specify
reset
to reset a form.
Example
<<button *type=button Call to Action>>