Answers for "when to use link and when to use a button"

20

href on a button

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

Code answers related to "when to use link and when to use a button"

Browse Popular Code Answers by Language