how to assign a link to button in html dom code example
Example: html button with link
<a href="https://www.google.com">
<button>Go to Google</button>
</a>
<a href="https://www.google.com">
<button>Go to Google</button>
</a>