Answers for "how to make a button with link html page"

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

Code answers related to "how to make a button with link html page"

Browse Popular Code Answers by Language