<a href="http://example.com" >Link text</a>
<a href="https://www.google.com/">Google
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
<a title="go to google" href="https://www.google.com">Click to Google.com</a>
<!-- href is an "attribute" in html used in <a> tag etc..-->
<a href="https://dg-games.godaddysites.com">WEBSITE</a>
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
<!-- this href tag link to the top of the current page -->
<a href="#">text</a>