The path with reference to root directory is called absolute. The path with reference to current directory is called relative.
Completely relative:
<img src="kitten.png"/>
Absolute in all respects:
<img src="http://www.foo.com/images/kitten.png">