Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to link html pages in different folders

<!-- Below this comment is a same folder link -->
<a href="yourfile.html"> same folder</a>
<!-- Below this comment is a link with a parrent folder -->
<a href="../yourfile.html">parrent folder</a>
<!-- Below this comment is a link that you can put the folder directory in -->
<a href="subdir/thefile.html">sub-directory</a>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #link #html #pages #folders
ADD COMMENT
Topic
Name
8+7 =