The map element, in conjunction with any area element descendants, defines an image map.
A map element must have both a start tag and an end tag.
any element that can contain phrasing elements, any element that can contain flow elements
interface HTMLMapElement : HTMLElement { attribute DOMString name; readonly attribute HTMLCollection areas; readonly attribute HTMLCollection images; };