link html on click code example
Example 1: html links
<a href="url">link text</a>
Example 2: html button link
<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
<a href="url">link text</a>
<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>