Button as Link

Example using a button to navigate to another page.

Preview

Code

<button onclick="location.href='https://example.com'">
Go to Website
</button>

More HTML Buttons Examples (7)