<Map>
What it does
Creates a
client side image map, very handy if you have one image where you want
to link to different pages from different areas of the image.
Attributes
class="class name"
dir="direction for weak/neutral text"
id="document-wide unique id"
lang="language code"
name="name of target location"
onclick="script"
ondblclick="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
style="associated style info"
title="advisory title"
End
Tag: Required |