how to url a button code example
Example 1: href in button
<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Example 2: button href
<a href="https://google.com" class="button">Go to Google</a> //*button link *//