Specify the desired target URL in the actionย attribute to create an HTML button that acts like a link

<form action=”https://google.com”>
<input type=”submit” value=”Go to Google” />
</form>

Source:
https://stackoverflow.com/questions/2906582/how-to-create-an-html-button-that-acts-like-a-link