Answers for "html file 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

HTML File Paths

<img src="https://www.w3schools.com/images/picture.jpg" 
      alt="Mountain">
Posted by: Guest on October-15-2021

Browse Popular Code Answers by Language