| Attribute | Value | Description |
|---|---|---|
| src | URL | The URL of the image to display |
| alt | text | Defines a short description of the image |
| align | top bottom middle left right |
Specifies how to align the image according to surrounding text. |
| border | pixels | Defines a border around an image. |
| height | pixels % |
Defines the height of an image |
| hspace | pixels | Defines white space on the left and right side of the image. |
| ismap | URL | Defines the image as a server-side image map |
| longdesc | URL | A URL to a document that contains a long description of the image |
| usemap | URL | Defines the image as a client-side image map. Look at the <map> and <area> tags to figure out how it works |
| vspace | pixels | Defines white space on the top and bottom of the image. |
| width | pixels % |
Sets the width of an image |