click to open page html code example
Example 1: html links
<a href="url">link text</a>
Example 2: html button with link
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>
<a href="url">link text</a>
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>