href syntax code example
Example 1: html links
<a href="url">link text</a>
Example 2: html a href
<a href="http://example.com" >Link text</a>
Example 3: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>