1<!-- Below this comment is a same folder link -->
2<a href="yourfile.html"> same folder</a>
3<!-- Below this comment is a link with a parrent folder -->
4<a href="../yourfile.html">parrent folder</a>
5<!-- Below this comment is a link that you can put the folder directory in -->
6<a href="subdir/thefile.html">sub-directory</a>