href and a code example
Example 1: link in html
<a href="./Your/link/to/the/page">Your text</a>
Example 2: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
<a href="./Your/link/to/the/page">Your text</a>
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>