how to redirect from one page to another in html on button click html code example
Example: js onclick redirect
<button onclick="location.href='www.yoursite.com'">Click Me</button>
<button onclick="location.href='www.yoursite.com'">Click Me</button>