Famous Fish
4
Q:

html link image in a folder

In the following example, the file path points to a file
in the images folder located in the current folder:
<img src="images/picture.jpg" alt="Mountain">
1
   /   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
6

New to Communities?

Join the community