herf html code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: html a tag
<a href=""></a>
Example 3: whatis a hrefd
The href attribute specifies the URL of the page the link goes to
<a href="http://example.com" >Link text</a>
<a href=""></a>
The href attribute specifies the URL of the page the link goes to