A button created with an anchor tag (link) element:
Anchor
<a class="button">Anchor</a>
A button created with an HTML button element:
<button class="button">This is a Button button</button>
A button created with an HTML input element:
<input type="submit" value="An Input Button" >