/a in html code example
Example 1: html
<a href="https://developer.mozilla.org">MDN</a>
Example 2: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
<a href="https://developer.mozilla.org">MDN</a>
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>