Answers for "css path"

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
0

css file path

url("../images/image.jpg")
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language