Img and Image MAP

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<img src="Career-Counseling-Blog-1024x1024.jpg" height="100px" width="100px" alt="Computer">
<img src="desktop-computer-2240018.jpg" usemap="#ImgMap">

<map name="ImgMap">
<area shape="rect" coords="255,62,471,306" href="https://www.flipkart.com/frontech-pro-series-triple-inbuilt-ports-hdmi-vga-type-c-24-inch-curved-full-hd-led-backlit-va-panel-gaming-monitor-mon-0077/p/itm177adf332b6ad?pid=MONGXWYFXYVTKMJC&lid=LSTMONGXWYFXYVTKMJCDTA0PM&marketplace=FLIPKART&store=6bo%2Fg0i%2F9no&srno=b_1_1&otracker=browse&fm=organic&iid=en_2wDKELURShsnz6dxKORkkTnR6v0WIRSjYIjtiAFVFRx0COi477WtHAiLkXcNO2ts4XbKVAk39AMJ6I9gJXd2zQ%3D%3D&ppt=None&ppn=None&ssid=g4c6areqsg0000001710392633802" target="_blank">
<area shape="poly" coords="574,24,686,29,677,354,576,371" href="index.html">
</map>
</body>
</html>

Comments