w3 schools href code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: link in html
<a href="https://example.com">Link text goes here</a>
Example 3: href html
<a href="link">text</a>
<a href="http://example.com" >Link text</a>
<a href="https://example.com">Link text goes here</a>
<a href="link">text</a>