How to Add an HTML Button that Acts Like a Link in a fort 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>