How do i make image maps with HTML?
I literally started learning html earlier today with WE3Schools but I'm stuck on the part with image maps heres my code <img src="330px-Smiley.svg.png" alt="" usemap="#map" /> <map name="map"> <area shape="rect" coords="67, 60, 257, 150" href="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/330px-Smiley.svg.png" /> </map> I want it…