HyperText Markup Language/Tag List/area
Use
editFor specifying coordinates of image maps.
Example
edit<area shape="rect" href="map_2.html" coords="300, 30, 29, 211" alt="Map of Woods" />
Required attributes
editcoords
editThe coordinates of area in image map.
href
editThe link to another page specified.
shape
editDefining the shape of the image map.
Optional attributes
editaccesskey
editFor adding keyboard shortcuts instead of clicking on the area.
alt
editFor giving information about the area.
nohref
editFor making a click on the area mean nothing.
target
editFor declaring the window or frame the link shall be displayed in.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).