html relative path

Solutions on MaxInterview for html relative path by the best coders in the world

showing results for - "html relative path"
Sofie
09 Jun 2017
1   /   = Root directory
2   .   = This location
3   ..  = Up a directory
4   ./  = Current directory
5   ../ = Parent of current directory
6   ../../ = Two directories backwards
Millicent
22 Jun 2018
1<!--The ./ means the contact.html file is in the same file 
2as the file that is linked to it-->
3<a href="./contact.html">Contact</a> 
similar questions
queries leading to this page
html relative path