a in button html code example
Example 1: href on a button
<button onclick="window.location.href='/page2'">Continue</button>
Example 2: how to make a button in html
<button>I'm a button</button>
<button onclick="window.location.href='/page2'">Continue</button>
<button>I'm a button</button>