w3schools HTML links code example
Example 1: html links
<a href="url">link text</a>
Example 2: link in html
<a href="https://example.com">Link text goes here</a>
Example 3: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
<a href="url">link text</a>
<a href="https://example.com">Link text goes here</a>
<a href="https://www.google.com/">Visit googel.com!</a>