it doesn't have to be a url
if the image is in a folder it could be
<img src="images/picture.jpg" />
for example
where images is the folder and picture is the image you want displayed
src is an attribute which occurs within the IMG HTML tag (that allows you to bring in images files such as *.jpg , *.gif, *.bmp , *.tif etc. to your webpage.