1<!-- This is how you use a <a> tag in html -->
2<a class="nav-link" href="Story.html">Story</a>
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<!-- href is an "attribute" in html used in <a> tag etc..-->
2
3<a href="https://dg-games.godaddysites.com">WEBSITE</a>