Ads

Wednesday 24 October 2012

image map


PROGRAMS:

MAIN.HTML:
<html>
<head>
<title><b>INTERNET AND WORLD WIDE</b></title>
<center><title>INDIA MAP</title></center>
</head>
<body>
<h1><b><marquee>WELCOME TO INTERNET LAB</marquee></b></h1>
<body bgcolor=yellow text=red>
<p>
<img src="pic.bmp"="center"width="800"height="600"usemap="#INDIA">
<map name="INDIA">
<area shape="circle"ALT="CHENNAI"coords="250,200,10"HREF="chennai.html">
<area shape="circle"ALT="MUMBAI"coords="160,170,10"HREF="mumbai.html">
<area shape="circle"ALT="KOLKATTA"coords="270,140,20"HREF="kolkatta.html">
<area shape="circle"ALT="DELHI"coords="170,100,20"HREF="delhi.html">
</map></p>
</body>
</html>

CHENNAI:
<html>
<head>
</head>
<body bgcolor=red text=white>
<h1><marquee>WELCOME TO MADRASAPATTINAM</marquee></h1>
<A href="imagemap.html"><strong><FONT color=white>homepage</FONT></strong></a><p></p>
<b><font size=4 face=verdana>CHENNAI IS THE CAPITAL OF TAMILNADU</font></b>
</body>
</html>
           
DELHI:
<html>
<head>
</head>
<body bgcolor=red text=white>
<h1><marquee>WELCOME TO NEWDELHI</marquee></h1>
<A href="imagemap.html"><strong><FONT color=white>homepage</FONT></strong></a><p></p>
<b><font size=4 face=verdana>NEW DELHI IS THE CAPITAL OF INDIA</font></b>
</body>
</html>          
KOLKATTA:

<html>
<head>
</head>
<body bgcolor=red text=white>
<h1><marquee>WELCOME TO KOLKATTA</marquee></h1>
<A href="imagemap.html"><strong><FONT color=white>homepage</FONT></strong></a><p></p>
<b><font size=4 face=verdana>KOLKATTA IS THE BIRTHPLACE OF GANGULY</font></b>
</body>
</html>          


MUMBAI:

<html>
<head>
</head>
<body bgcolor=red text=white>
<h1><marquee>WELCOME TO MUMBAI</marquee></h1>
<A href="imagemap.html"><strong><FONT color=white>homepage</FONT></strong></a><p></p><b><font size=4 face=verdana>AN IMPORTANT BUSINESS PLACE IN INDIA</font></b>
</body>
</html>

No comments:

Post a Comment