links to other html pages code example
Example 1: html link
<a href="https://www.google.com/">Link to google</a>
Example 2: linking external pages html
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
Example 3: link in html
<a href="./Your/link/to/the/page">Your text</a>