html link tag href code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>
Example 3: html link tag
<link rel="stylesheet" href="./styles.css">