a href

HTML
<a href="http://example.com" >Link text</a><a> 
  "anchor"
  <!--meaning it is used to create a hyperlink to another webpage or elements within the same webpage-->
 </a><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>
Source

Also in HTML: