align |
alignment of the image |
alt |
alternate text for the image, if it cannot be displayed |
border |
pixel width of border around the image |
complete |
if true, browser has finished loading the image |
height |
height of the image, in pixels |
hspace |
horizontal space around the image, in pixels |
longDesc |
long description of the image |
lowsrc |
URL to a low-resolution version of the image |
name |
name of the image |
onabort |
event handler triggered if image loading is interrupted |
onerror |
event handler triggered if an error occurs during image loading |
onload |
event handler triggered when image finishes loading |
src |
URL of the image |
useMap |
name of a client-side image map to be applied to this image |
vspace |
vertical space around the image, in pixels |
width |
width of the image, in pixels |