HTMLImageElement
) interface, which provides special properties and methods (beyond the regular element
object interface they also have available to them by inheritance) for manipulating the layout and presentation of input elements.Reflects the
alt
HTML attribute, indicating fallback context for the image.
Reflects the
height
HTML attribute, indicating the rendered height of the image in CSS pixels.
Reflects the
ismap
HTML attribute, indicating that the image is part of a server-side image map.
Reflects the
src
HTML attribute, containing the URL of the image.
Reflects the
usemap
HTML attribute, containing a partial URL of a map element.
Reflects the
width
HTML attribute, indicating the rendered width of the image in CSS pixels.