local image html code example
Example 1: path in html
/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards
Example 2: html local image
<img src="c:\your file">
Example 3: how to insert a local image html
Tutorial: Inserting a local image in HTML
Disclaimer: I only know how to do it on Windows.
(steps coming soon)