Images

Images are inserted in document by tag <IMG SRC="URL">. Image tag don't need end tag. URL is address where image file (GIF or JPG) can be located.

Image tag can have attributes

Example:
Here is image:
<IMG SRC="http://www.uta.fi/~litera/homer.gif" ALIGN=left>
or if the image file is at the same directory as HTML document
<IMG SRC="homer.gif" ALIGN=left>

And it looks like...
Here is image: