Answers for "Complete the HTML below to include a file path to an image called "picture.jpg" located in the folder above the folder that the HTML is stored in."

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 "Complete the HTML below to include a file path to an image called "picture.jpg" located in the folder above the folder that the HTML is stored in."

Browse Popular Code Answers by Language