html a tag href link 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>
<a href="url">link text</a>
<a href="http://example.com" >Link text</a>