Meta Description" name="description" />
<!Doctype html>
<html>
<head>
<body>
<h1> Client Side Image Mapping </h1>
<img src="abdul photo.png" usemap="#test"alt="abdul photo">
<map name="test">
<area shape="rect" coords="10,15,100,50" alt="rect"href="first.html">
<area shape-"circl" coords="50,120,50" alt="cricle"href="second.html">
<area shape="poly"coords="200,50,150,100,250,100"alt="poly"href="third.html">
</map>
</body>
</html>2
1
1KB
1KB
200.0ms
288.0ms
221.0ms