how to reference a button to another webpage css code example
Example: how to link a button to another page in css
<button onclick="window.location.href='/page2'">Continue</button>
<button onclick="window.location.href='/page2'">Continue</button>