How do I create an HTML button that acts like a link? - Stack Overflow

PHOTO EMBED

Fri Aug 19 2022 05:30:39 GMT+0000 (Coordinated Universal Time)

Saved by @caraodoniel #html

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
content_copyCOPY

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