Attribute for <AREA ...>
ALT = "text string"
<AREA ...>| Usage Recommendation |
|---|
Looking for info on how to make an image map?
See our tutorial How to Make an Image MapALT<IMG ALT="...">
For example, the following <AREA ...>Contacts:
<AREA HREF="contacts.html" ALT="Contacts" SHAPE=RECT COORDS="6,116,97,184">
which gives us the rectangle in this map:
Some visual browsers do not utilize the ALTTITLE
<AREA HREF="contacts.html" ALT="Contacts" TITLE="Contacts" SHAPE=RECT COORDS="6,116,97,184">
which gives us this map:
Copyright 1997-2002 Idocs Inc.

