<button>

Draft

Definition

The button element is a type of HTML element used to create clickable buttons. Buttons are typically used to submit forms, but they can also be used for other purposes, such as navigation, or to trigger JavaScript functions.

Buttons are created using the <button> element and are most commonly styled using CSS.