xxxxxxxxxx
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
xxxxxxxxxx
<!-- href is an "attribute" in html used in <a> tag etc..-->
<a href="https://dg-games.godaddysites.com">WEBSITE</a>
xxxxxxxxxx
<a title="go to google" href="https://www.google.com">Click to Google.com</a>