Answers for "how to put but button tag in a link"

0

button as href

<button onclick="location.href='http://www.example.com'" type="button">
         www.example.com</button>
Posted by: Guest on October-20-2020
0

button with href

onClick={() => {window.location.href="https://www.golfballs.com/"}}
Posted by: Guest on August-05-2020

Code answers related to "how to put but button tag in a link"

Browse Popular Code Answers by Language