Created
August 7, 2013 11:23
-
-
Save anaszen777/6173230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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