Skip to content

Instantly share code, notes, and snippets.

@marcric
Created January 20, 2012 11:45
Show Gist options
  • Save marcric/1646986 to your computer and use it in GitHub Desktop.
Save marcric/1646986 to your computer and use it in GitHub Desktop.
<img src ="../images/coconut_beach.jpg" width="225" height="151" border="0"
alt="Coconut Palms, Awesome Beach, and I" usemap ="#tiffanymap" />
<map id="tiffanymap" name="tiffanymap">
<area title="Myself" shape="rect" coords="90,80,120,151" href="javascript:alert('Me');" alt="Me">
<area title="The Place" shape="poly" coords="55,55,120,80,90,80,90,100,70,100,20,80,55,55"
href="http://en.wikipedia.org/wiki/Natal,_Rio_Grande_do_Norte" target="_blank" alt="Natal Beach">
<area title="Around me" shape="poly" coords="145,80,145,100,215,90,215,80,180,60,145,80"
href="http://en.wikipedia.org/wiki/Coconut" target="_blank" alt="Coconut Palms">
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment