Тег AREA
AREA
<AREA
COORDS=string
HREF=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT
| JSCRIPT | VBS | VBSCRIPT
NOHREF
SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE
STYLE=string
TARGET=string
TITLE=string
event = script
>
Specifies the shape of a "hot spot" in a client-side image MAP.
- COORDS=
- Coordinates that define the hot spot's shape.
- HREF=
- Specifies the destination URL or anchor point.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANG=
- This specifies the language to use. The specifier is an ISO standard
language abbreviation.
- LANGUAGE=
- Specifies the language that the current script is written in. JavaScript is
the default for this attribute.
- NOHREF
- Indicates that clicks in this region should cause no action.
- SHAPE=
- Specifies the type of shape used in the image map.
- STYLE=
- Specifies an in-line style sheet for the tag.
- TARGET=
- Specifies the window or frame to target the contents at.
- TITLE=
- The Title attribute is used to provide advisory information.
- event
- Can be one or more of these events:
onblur onclick
ondragstart onfocus
onhelp onkeydown
The start tag is required, and the end tag is optional.