Skip to content

Instantly share code, notes, and snippets.

@anaszen777
Created August 7, 2013 11:23
Show Gist options
  • Save anaszen777/6173230 to your computer and use it in GitHub Desktop.
Save anaszen777/6173230 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Use Map</title>
</head>
<body bgcolor="skyblue">
<center>
<h1><u>Use Map</h1></u</font>
<p><b>You can check the usemap by clicking on below image....</p></b>
<img src="/mysite/b.jpg" alt="Button" usemap="#buttonmap">
<map name="buttonmap">
<area shape="circle" coords="345,78,40" alt="Image" href="/mysite/company.htm">
<area shape="rect" coords="236,312,285,325" alt="Image" href="/mysite/menubar.html">
<area shape="poly" coords="382,332,363,345,358,351" alt="Image" href="/mysite/about1.html">
<area shape="poly" coords="404,344,407,354,405,358,405,358" alt="Image" href="/mysite/marquee.html">
</map>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment