To help users understand rich interfaces more easily, use buttons to perform actions and links to navigate:
<button>
and <input>
are intended to perform actions, submit information, display the following or previous element in a carousel, close a modal window, etc. <a>
allow the user to navigate to another page, or to a specific point on the current page by pointing to an anchor.