a herf in html code example
Example 1: html link
<a href="https://www.google.com/">Link to google</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="https://www.google.com/">Link to google</a>
<a>
"anchor"
<!--meaning it is used to create a hyperlink to another webpage or elements within the same webpage-->
</a>