HTMLMapElement:The map Element

The map element is represented by the HTMLMapElement object. It implements the properties shown in the following table.

NameDescriptionReturns
namethe name attributestring
areasReturns the area elements in the mapHTMLAreaElement[]
imagesReturns the img and object elements in the mapHTMLElement[]
Home 
  JavaScript Book 
    DOM