click button to another page html code example
Example 1: html button with href
<form method="get" action="/page2">
<button type="submit">Continue</button>
</form>
Example 2: button href
a.button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
}