what is the use of /a in html code example
Example 1: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>
Example 2: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
<a href = 'website.com/your/linked/page'>Text in link</a>
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>