To insert an image use <img src="the file name">, such as the following.
This image file is called www.gif and should be coded like this...
<img src="www.gif">
If the image is located in another directory (i.e. some developers like to put all of their image files in a directory called "images"), you then need to tell Netscape where the directory is located. For example, if your file, called tree.gif, is in a subdirectory called "images" below the location of the HTML file your are creating, you need to put the path in the code, such as;
<img src="images/tree.gif">
Opening | Example
Tags | Creating Links | Inserting Images
| Viewing the Source Code