We can also link to local files. This link works only if as we have an index.html file saved in the same folder. 

<html>
 <body>
  <a href="index.html">Take me somewhere!</a>
 </body>
</html>
]]>

Nice! We'll use these type of files when we'll start working on our own website.