back
Code
HTML
Web
<body>
<img src="redgreen.png" alt="uhoh" usemap="#shape">
<map name="shape">
<area shape="circle" coords="55,67,27" href="example.html" alt="green circle">
</map>
</body>