Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML area definition

Syntax

<area>

Description

Area defines a map region in an image map. Every map region may have a different action when clicked.

Attributes

 

Attribute Description
shape = [ default | rect | circle | poly ]
  • default: Specifies the entire region.
  • rect: Define a rectangular region.
  • circle: Define a circular region.
  • poly: Define a polygonal region.
coords = coordinates Coords defines the coordinates of the shape in the following way:
  • rect: coords="left, top, right, bottom"
  • circle: coords="center-x, center-y, radius"
  • poly: coords="x1, y1, x2, y2, ... , xn, yn"
 nohref Defines the region to be inactive without any action.
 href Defines a link to another document.

Common attributes.

  • Comments

No comments added.