able to click on different parts of the image! so cool!

this html can use for clicking different part of the same image!

 

<img src="planets.gif" width="145" height="126" alt="Planets"
usemap="#planetmap"
>


<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
  <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
  <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>


cords = position,position, size.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

set where the a href opens at, new windows etc..

<a href="https://jidhost.com" target="_blank"> ValueDescription _blank Opens the...

For online form capture multimedia on mobile devices

<p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera">...

add button to perform function

https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onclick <!DOCTYPE...