once button is clicked it should next page html code example
Example: html button with href
<form method="get" action="/page2">
<button type="submit">Continue</button>
</form>
<form method="get" action="/page2">
<button type="submit">Continue</button>
</form>