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

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 "html how to link a page to a button"

Browse Popular Code Answers by Language