Below are directions on how to add an image to a web page.
Perhaps the easiest way to add an image to a web page is to find an image that is already on the web. You may copy an image from a web site and place it in your web page.
The code is: <img src= filename>
You need to replace filename with the exact name of the image filename.
For example, if you saved an image with the name dog.gif, the code would look like this:
<img src=dog.gif>