add link to a button in html code example
Example 1: html button with link
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>
Example 2: button href
<a href="https://google.com" class="button">Go to Google</a> //*button link *//