Buttons
Create a button with a button, input, or a element. Use a disabled attribute when a button shouldn’t be functional.
<a href="#" class="button">Link</a>
<button class="button">Button</button>
<input type="button" class="button" value="Input">
<input type="button" class="button" value="Disabled" disabled>