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
buttonfor general purpose actions that will be handled by JavaScript. - Specify
submitto submit a form. - Specify
resetto reset a form.
Example
<<button *type=button Call to Action>>
