Image MAP

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>

</head>
<body>

<h1>iframe Test</h1>

<iframe src="Page/mouse.html" ></iframe>




<img src="img/1.jpg" alt="Dell Computer" usemap="#imgMap" >

<map name="imgMap">
<area shape="rect" coords="215,19,941,436" alt="Monitors" href="Page/monitor.html">
<area shape="poly" coords="978,677,946,655,944,605,1066,602,1084,693" alt="mouse" href="Page/mouse.html">
</map>






</body>
</html>

Comments