how to connect one html page to another code example
Example 1: html button with link
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>
Example 2: link in html
<a href="./Your/link/to/the/page">Your text</a>