using href in html code example
Example 1: html links
<a href="url">link text</a>
Example 2: html a href
<a href="http://example.com" >Link text</a>
Example 3: href html
<a href="link">text</a>
Example 4: html link tag
<link rel="stylesheet" href="./styles.css">