1Actually href is a html attribute, which is used for passing page url to the a tag.
2Example
3<a href="url">Click here</a>
1<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
1<!-- href is an "attribute" in html used in <a> tag etc..-->
2
3<a href="https://dg-games.godaddysites.com">WEBSITE</a>