Facebook
From hoge, 2 Weeks ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 82
  1. <img src="image.gif" width="150" height="150" alt="anImage" usemap="#examplemap">
  2.  
  3. <map name="examplemap">
  4.   <area shape="rect" coords="0,0,90,150" href="page1.html" alt="Page1">
  5.   <area shape="circle" coords="115,50,10" href="page2.html" alt="Page2">
  6. </map>