1) IMAGE MAPPING
india.html
<html>
<head>
<title>Image Mapping....</title>
</head>
<body>
<h1 align="center"><font face="Forte"color="violet">INDIA</font></h1>
<hr>
<p>
<font size="3" face="Comic Sans MS"color="darkblue">
<ul>
<li>The name India is derived from Indus, which is derived from the Old Persian word Hindu, from Sanskrit</li>
<li>India is the seventh-largest country by geographical area</li>
<li>The second-most populous country with over 1.2 billion people</li>
<li>The most populous democracy in the world</li>
<li>Consisting of 28 states and seven union territories</li>
<li>The name India is derived from Indus, which is derived from the Old Persian word Hindu, from Sanskrit</li>
</ul>
<p>
<font size="4" face="Calibri"color="red">
Click On The Hotspots To View More Information About That Particular Places...
</font>
</p>
<map name="indiamap">
<area shape="rect" coords="213,404,223,413" href="chennai.html" alt="Click here to get more details">
<area shape="rect" coords="168,168,182,178" href="delhi.html" alt="Click here to get more details">
<area shape="rect" coords="113,313,126,323" href="mumbai.html" alt="Click here to get more details">
<area shape="rect" coords="358,251,370,261" href="kolkatta.html" alt="Click here to get more details">
</map>
<img src="india.jpg" border=0 usemap="#indiamap">
</body>
</html>
chennai.html
<html>
<Title>Chennai....</title>
<body>
<p><font face="Cambria" color="blue" size="3">Chennai, formerly known as Madras or Madarasapatinam,
is the capital city of the Indian state of Tamil Nadu...</font></p>
<table>
<tr>
<td><img src="Parrys.jpg"><br>
<font face="Cambria" color="blue" size="3">Parry's Corner</td>
<td>
<font face="Cambria" color="blue" size="2">
<ul>
<li>Chennai being the fourth most populous metropolitan area and the fifth most populous city in India</li>
<li>It is also the world's 36th largest metropolitan area</li>
<li>Chennai's economy has a broad industrial base in the automobile, computer, technology, hardware manufacturing, and healthcare industries</li>
<li>The city is India's second largest exporter of software, information technology (IT) and information-technology-enabled services (ITES)</li>
<li>Chennai is a major centre for music, art and culture in India</li>
<li>The city is known for its classical dance shows and Hindu temples</li>
<li>Cricket is the most popular sport in Chennai</li>
<li>Chennai is the base for the large Tamil movie industry, known as Kollywood, home to most of the movie studios</li>
</ul>
</td>
</tr>
</table>
<font face="Cambria" color="blue" size="2">
<a href="india.html">Home</a>
</font>
</body>
</html>
delhi.html
<html>
<Title>Delhi....</title>
<body>
<p><font face="Cambria" color="blue" size="3">Delhi is the eighth largest
metropolis in the world by population with more than 12.25 million people...</font></p>
<table>
<tr>
<td><img src="LotusTemple.jpg"><br>
<font face="Cambria" color="blue" size="3">Lotus Temple</td>
<td>
<font face="Cambria" color="blue" size="2">
<ul>
<li>Which also includes Noida, Greater Noida, Ghaziabad, Gurgaon and Faridabad along with other smaller nearby towns</li>
<li>Delhi has a maximum length of 51.9 km (32 mi) and the maximum width of 48.48 km (30 mi)</li>
<li>The annual mean temperature is 25 °C (77 °F)</li>
<li>The average annual rainfall is approximately 714 mm (28.1 inches)</li>
</ul>
</td>
</tr>
</table>
<font face="Cambria" color="blue" size="2">
<a href="india.html">Home</a>
</font>
</body>
</html>
mumbai.html
<html>
<Title>Mumbai....</title>
<body>
<p><font face="Cambria" color="blue" size="3">It is the most populous city in India, and the second most populous city in the world,
with a population of approximately 14 million...</font></p>
<table>
<tr>
<td><img src="Gateway.jpg"><br>
<font face="Cambria" color="blue" size="3">Gateway Of India</td>
<td>
<font face="Cambria" color="blue" size="2">
<ul>
<li>Mumbai, formerly known as Bombay </li>
<li>Mumbai is the capital of the Indian state of Maharashtra</li>
<li>Mumbai is the commercial and entertainment capital of India</li>
<li>The average annual temperature is 27.2 °C (81.0 °F)</li>
</ul>
</td>
</tr>
</table>
<font face="Cambria" color="blue" size="2">
<a href="india.html">Home</a>
</font>
</body>
</html>
kolkatta.html
<html>
<Title>Kolkata....</title>
<body>
<p><font face="Cambria" color="blue" size="3">Kolkata is the cultural capital of India
and the commercial capital of Eastern India...</font></p>
<table>
<tr>
<td><img src="VictoriaMemorial.jpg"><br>
<font face="Cambria" color="blue" size="3">Victoria Memorial</td>
<td>
<font face="Cambria" color="blue" size="2">
<ul>
<li>Kolkata, formerly known as Calcutta, is the capital of the Indian state of West Bengal</li>
<li>Before 1690 Kolkata, under direct rule of the Nawab of Bengal Siraj-Ud-Daulah</li>
<li>Kolkata is located in the eastern part India</li>
<li>The annual mean temperature is 26.8 °C (80.2 °F)</li>
</ul>
</td>
</tr>
</table>
<font face="Cambria" color="blue" size="2">
<a href="india.html">Home</a>
</font>
</body>
</html>
india.jpg |
Gateway.jpg |
VictoriaMemorial,jpg |
LotusTemple.jpg |
Parrys.jpg |
No comments:
Post a Comment