<img>

line.gif

Inserts an image into the document.

Syntax

<img src=url alt=textdesc align=value width=n height=n border=n
     hspace=n vspace=n usemap=value ismap>

Attributes

src The URL of the image.
alt A textual description of the image.
align Alignment should be one of top, middle, bottom, left, or right.
width The width (in pixels) of the image.
height The height (in pixels) of the image.
border The thickness (in pixels) of the border surrounding the image.
hspace The horizontal space (in pixels) surrounding the image.
vspace The vertical space (in pixels) surrounding the image.
usemap Associates a list of hotspots with the graphic (see tag <map>).
ismap Indicates that a server side map is associated with the graphic.


Notes