Html relative URL
The relative URL identifies the location of the image by describing a path relative to the current directory where the HTML file is located.
../ - denotes the parent directory
/ - denotes the root directory
e.g.
/logo.jpg
../../logo.jpg
Related Tutorial