how to link a button to another page in 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>