Answers for "how to make link to button css"

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

button link css

<a href="http://stackoverflow.com"><button>Link Text</button></a>
Posted by: Guest on May-07-2021

Code answers related to "how to make link to button css"

Browse Popular Code Answers by Language