Sie sind auf Seite 1von 7

PROGRAM TO DEMONSTRATE FRAMES

AIM:
To create frames to display the details of top five tourist spots of TamilNadu.
PROGRAM:
//pgm3.html
<html>
<head>
<title>Tourist spots in TamilNadu</title>
<frameset rows="15%,70%,10%">
<frame name="top" src="C:\aaVINITHA\WT\frames\top.html">
<frameset cols="250,*" >
<frame name="left" src="C:\aaVINITHA\WT\frames\left.html">
<frame name="main" src="C:\aaVINITHA\WT\frames\main.html">
</frameset>
<frame name="bottom" src="C:\aaVINITHA\WT\frames\bottom.html">
</frameset>
</frameset>
</head>
<body>
<h1>Tourism Spots in Tamil Nadu</h1>
</body>
</html>

//Bottom.html
<html>
<head>
<title> Author details</title>
</head>
<body>
<p>Author Name:Vinitha Devi<br>
Creation Date:6/7/16
</p>
</body>
</html>
//left.html
<html>
<head>
<title>left frame</title>
</head>
<body bgcolor="#80ccff" background="b5.jpg">

<h3>Top 5 tourist spots of Tamil Nadu</h3>


<ul>
<li><a href="Ooty.html" target="main">Ooty</a>
<li><a href="Kodaikanal.html" target="main">Kodaikanal</a>
<li><a href="Yerkadu.html" target="main">Yerkadu</a>
<li><a href="Madurai.html" target="main">Madurai</a>
<li><a href="Thanjavur.html" target="main">Thanjavur</a>
</ul>
</body>
</html>
//main.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<marquee behavior="scroll" direction="left">The top five tourists spots in Tamil Nadu are
Ooty,Kodaikanal,Yerkadu,Madurai,Thanjavur.,etc.</marquee>
</body>
</html>
//ooty.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<h2>Ooty</h2><hr>
<p>Ooty is the most famous hill station in Tamil Nadu. Ooty is located in the district
Coimbatore, which is called as Manchestor of Tamil Nadu. Ooty is known as " The Queen of Hill
Stations" in India.
The maximum temperature in Ooty is 30'c. It is one of the best place to spend our summer
vaccation.<br><br>
The places to visit in Ooty is Sim's Park, Dotabetta, Mudhumalai Sanctuary, Boat
House.,etc</p>
<img src="olake.jpg" width="50%" height="50%" alt="Welcome"></img>
</body>
</html>
//kodaikanal.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<h2>Kodaikanal</h2><hr>

<p>Kodaikanal is the most famous hill station in Tamil Nadu. Kodaikanal is located in the
district Dharapuram. Kodaikanal is known for it beauty.
The maximum temperature in Kodaikanal is 25'c. It is one of the best place to spend our
summer vaccation.<br><br>
The places to visit in Kodaikanal is Lake Park, Silver Falls, Suicide Point, Boat
House.,etc</p>
<img src="klake.jpg" width="50%" height="50%" alt="Welcome"></img>
</body>
</html>
//yerkadu.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<h2>Yerkadu</h2><hr>
<p>Yerkadu is the most famous hill station in Tamil Nadu. Yerkadu is located in the district
Salem, which is known for Stainless Steel in Tamil Nadu.
The maximum temperature in Yerkadu is 30'c. It is one of the best place to spend our
summer vaccation.<br><br>
The places to visit in Yerkadu is Children's Park, Trekking Spot,Suicide Ponit, Boat
House.,etc</p>
<img src="y2.jpg" alt="Welcome"></img>
</body>
</html>
//Madurai.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<h2>Madurai</h2><hr>
<p>Madurai is the most famous City in Tamil Nadu. Madurai is a district, which is famous for
Temples. Madurai Meenakshi Amman Temple is most famous and ancient temple which belogs
to Pandiya Kingdom of Ancient TamilNadu.
The maximum temperature in Madurai is 36'c. It is one of the best place to spend our
Yattras. Around Madurai, we have KanyaKumari and Rameswaram which are also Famous for
temples <br><br>
The places to visit in Madurai is Veelu Nayakar Mahal, Meenakshi Amman Temple,
Madurai Museum.,etc</p>
<img src="mpic.jpg" width="50%" height="50%" alt="Welcome"></img>
</body>
</html>

//thanjavur.html
<html>
<head>
<title>Main page</title>
</head>
<body background="b1.jpg">
<h2>Thanjavur</h2><hr>
<p>Thanjavur is the most famous Place in Tamil Nadu. Thanjavur is in Thiruchirapalli district,
which is famous for Temples. Thanjavur Bragadeeshwarar Temple is most famous and ancient
temple which belogs to Chola Kingdom of Ancient TamilNadu.
The maximum temperature in Thanjavur is 39'c. It is one of the best place to spend our
Yattras. Around Thanjavur, we have Thiruchi and Samayapuram which are also Famous for
temples <br><br>
The places to visit in Thanjavur is Place of Chola, Bragadeeshwarar Temple, Thanjavur
Museum.,etc</p>
<img src="thanjavur_img.jpg"/>
</body>
</html>

OUTPUT:
WELCOME PAGE:

OOTY:

KODAIKANAL:

YERKADU:

MADURAI:

THANJAVUR:

RESULT:
Thus, web page to display tourist spots in TamilNadu has been created using html and
output was verified successfully.

Das könnte Ihnen auch gefallen