- area
The <area>
element describes a linkable area within an <imagemap>
. It allows the author to specify a shape within the image, the coordinates of that shape, and a link target for the area.
- coords
The <coords>
element specifies the coordinates of a linkable region in an <imagemap>
.
- imagemap
The <imagemap>
element supports the basic functionality of the HTML "client-side" image map markup. <imagemap>
allows you to designate a linkable area or region over an image, allowing a link in that region to display another topic.
- shape
The <shape>
element defines the shape of a linkable area in an <imagemap>
.
- sort-as
For elements that are sorted, the <sort-as>
element provides text that is combined with the base sort phrase to construct the effective sort phrase. The text can be specified in the content of the <sort-as>
element or in the @value
attribute on the <sort-as>
element. The <sort-as>
element is useful for elements where the base sort phrase is inadequate or non-existent, for example, a glossary entry for a Japanese Kanji phrase.