![]() |
Inserts an image into the HTML document.
<img>
<img \>
| Attribute | Description |
| src = uri | URI poiting to the image to display. |
| alt = text | Short alternative text for text-browsers. |
| longdesc = uri | Link to long description. |
| width | Overrides image width. |
| height | Overrides image height. |
| usemap = uri | Use client-side image map. |
| ismap | Use server-side image map. |
| align |
Values
|
| border = pixels | border width |
| hspace = pixels | |
| vspace = pixels |
End tag is forbidden.

Comments