Answers for "how to add a link to a button tag"

20

href on a button

<button onclick="window.location.href='/page2'">Continue</button>
Posted by: Guest on June-08-2020

Code answers related to "how to add a link to a button tag"

Browse Popular Code Answers by Language