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

1

a link button

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

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

Browse Popular Code Answers by Language