<!DOCTYPE html>
<html>
<head>
<title>HTML area tag</title>
</head>
<body>
<img src="../../images/img_nat.png" width="207" height="139" alt="Natural" usemap ="#define">
<map name="define" >
<area shape ="rect" coords ="0,0,115,90" href ="http://en.wikipedia.org/wiki/Sky" alt="croud"/>
<area shape ="poly" coords ="10,10,162,82,175,100,181,102,175,148,122,146" href ="http://en.wikipedia.org/wiki/Water" alt="water"/>
</map>
</body>
</html>