| Attribute | Description | ||
|---|---|---|---|
|
Specifies the
position of the image with
respect to the surrounding content. left - the image is placed at the left margin and content flows around it; right - the image is placed at the right margin and content flows around it; top - the image is placed within a row of text and breaks it. The row "goes through" the top end of the image; middle - the image is placed within a row of text and breaks it. The row "goes through" the middle of the image; bottom - the image is placed within a row of text and breaks it. The row "goes through" the bottom end of the image; |
||
| ALT="text" | Specifies the alternate text for those not loading images. | ||
| BORDER="pixels" | Specifies the width of the image's border. | ||
| HEIGHT="height" | Specifies the height of the image as: pixels - (e.g. HEIGHT="20"); If omitted the image is shown in its original height. |
||
| WIDTH="width" | Specifies the width of the image as: pixels - (e.g. WIDTH="20"); If omitted the image is shown in its original width. |
||
| HSPACE="pixels" | Specifies the horizontal gutters around the image. | ||
| VSPACE="pixels" | Specifies the vertical gutters around the image. | ||
| SRC="URI" | Specifies the URI of the image. |