Inline Images
Most Web browsers can display inline images (images next to text) that are in X Bitmap (XBM), GIF, or JPEG format.
An image takes time to process and slows down the initial display of a document - select them carefully.
To include an inline image enter:
where ImageName is the URL of the image file.
The syntax for <IMG SRC> URLs is identical to that used in an anchor HREF.
The filename part of ImageName must end with .gif if it is a GIF file, .xbm for an X Bitmap image, and .jpg or .jpeg for JPEG.
Various attributes can be included to specify image size, alignment, etc.