how to make a text as hyperlink in html code example
Example 1: html links
<a href="url">link text</a>
Example 2: link in html
<a href="./Your/link/to/the/page">Your text</a>
<a href="url">link text</a>
<a href="./Your/link/to/the/page">Your text</a>