page link html code example
Example 1: linking external pages html
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
Example 2: link to external site html
<a href="https://www.example.com">This is a link</a>
Example 3: link in html
<a href="./Your/link/to/the/page">Your text</a>
Example 4: a href code
<a href="link">Text</a>