how to make a button in html go to href link code example
Example: html button with link
<a href="https://www.google.com">
<button>Go to Google</button>
</a>
<a href="https://www.google.com">
<button>Go to Google</button>
</a>