Answers for "html link file in another folder"

0

html link file in another folder

<a href="thefile.html">my link</a>
Posted by: Guest on May-12-2021
0

html link file in another folder

<a href="../thefile.html">my link</a>
Posted by: Guest on May-12-2021
0

html link file in another folder

<a href="subdir/thefile.html">my link</a>
Posted by: Guest on May-12-2021

Code answers related to "html link file in another folder"

Code answers related to "Javascript"

Browse Popular Code Answers by Language