We can also link to local files. This link works if 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 start working on our website.