Answers for "how to make a hyperlink look like a button"

1

a link button

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-2020
0

how to make a button link in html

<button <button="">
<a href="URL here"
>text here
</a></button>
Posted by: Guest on September-22-2021

Code answers related to "how to make a hyperlink look like a button"

Browse Popular Code Answers by Language