HTMLImageElement:The img Elements

The img element is represented by the HTMLImageElement object. It implements the properties described in the following table.

NameDescriptionReturns
altthe alt attributestring
srcthe src attributestring
useMapthe usemap attributestring
isMapthe ismap attributeboolean
widththe width attributenumber
heightthe height attributenumber
completeReturns true if the image has been downloadedboolean
Home 
  JavaScript Book 
    DOM