Area constructor

Area()

The <area> HTML element defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with hypertext links. Read more...

Implementation

Area() {
  tag = 'area';
}