Answers for "absolute path vs relative path w3schools"

7

path in html

/   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Posted by: Guest on March-26-2020

Code answers related to "absolute path vs relative path w3schools"

Browse Popular Code Answers by Language