Answers for "html go to the folder where it is locate"

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 "html go to the folder where it is locate"

Browse Popular Code Answers by Language