href html5 code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2:
<a>
"anchor"
<!--meaning it is used to create a hyperlink to another webpage or elements within the same webpage-->
</a>
<a href="http://example.com" >Link text</a>
<a>
"anchor"
<!--meaning it is used to create a hyperlink to another webpage or elements within the same webpage-->
</a>