how to write a --- link in html code example
Example 1: link in html
<a href="https://example.com">Link text goes here</a>
Example 2: link in html
<a href="./Your/link/to/the/page">Your text</a>
<a href="https://example.com">Link text goes here</a>
<a href="./Your/link/to/the/page">Your text</a>