html a tag hrf 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>
<a href="http://example.com" >Link text</a>
<a href = 'website.com/your/linked/page'>Text in link</a>