Button
The button element creates a clickable button, which can be used to submit forms or trigger actions.
The button element
The <button></button> element is used to create a clickable button.
The <button></button> element can be used to trigger custom JavaScript functions.
<button type="submit">Submit</button><button type="reset">Clear</button>Edit on GitHub
Last updated on