make link look like button code example
Example: How to create an HTML button that acts like a link?
<button onclick="window.location.href='test.html'">Continue</button>
<button onclick="window.location.href='test.html'">Continue</button>