Client Name

Button

The <button> tag is used to provide interaction with the site. Buttons should be chosen over links when the act of clicking alters the state of the application rather than just navigating to another document or fragment.

<button>Button</button>