The IMG tag

<img SRC="url" [LOWSRC="url"] [align=alignment] [width=width] [height=height] [bordervalue] [vspace=value] [hspace=value] { ISMAP | [USEMAP="mapname"] }>

  • <img LOWSRC="image.gif">

    The netscape browser will show the image from LOWSRC before loading the main image. Although this is useful for showing a Low resolution version of an image before loading the more detailed version, there is there is no reason why you can't put another image in here.

    Did you notice how the image changed from a blue picture to the blurred country image? If you missed it, reload the document and you may see it.