<a href="http://example.com" >Link text</a>
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<a href="https://www.w3schools.com">Visit a website</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>
<!-- This is how you use a <a> tag in html -->
<a class="nav-link" href="Story.html">Story</a>
<!-- href is an "attribute" in html used in <a> tag etc..-->
<a href="https://dg-games.godaddysites.com">WEBSITE</a>
<a href=""></a>
<link rel="stylesheet" href="./styles.css">
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
<a href="#">
Anything Can Go Here
<!--
Examples are....
You can display using any element like IMG or BUTTON
to make any element a hyperlink
-->
</a>