<IMG SRC=...>
First page Back Continue Last page Overview Graphics
<IMG SRC=...>
<IMG SRC=homer.gif>
Load homer.gif, which is in the same directory as the html document
<IMG SRC=images/homer.gif>
Load homer.gif, which is in the images subdirectory
<IMG SRC=../images/homer.gif>
Load homer.gif, which is in a images directory outside the current directory
Notes: