0% found this document useful (0 votes)
5 views8 pages

WT Practical 2F

The document presents a simple HTML structure for a Fruit List webpage, featuring links to individual fruit pages including Apple, Banana, Cherry, Orange, and Grape. Each fruit page contains an image and a brief description of the fruit. The main page encourages users to click on any fruit for more information.

Uploaded by

wafflerick69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views8 pages

WT Practical 2F

The document presents a simple HTML structure for a Fruit List webpage, featuring links to individual fruit pages including Apple, Banana, Cherry, Orange, and Grape. Each fruit page contains an image and a brief description of the fruit. The main page encourages users to click on any fruit for more information.

Uploaded by

wafflerick69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

NAME : DHANASHRI HEMANT BAHALKAR

BATCH : S1
ROLL NO: 1
PROGRAM :
Index.html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fruit List</title>
</head>
<body>
<h1>Welcome to the Fruit List</h1>
<p>Click on any fruit to view more information and images:</p>
<ul>
<li><a href="apple.html">Apple</a></li>
<li><a href="banana.html">Banana</a></li>
<li><a href="cherry.html">Cherry</a></li>
<li><a href="orange.html">Orange</a></li>
<li><a href="grape.html">Grape</a></li>
</ul>
</body>
</html>
apple.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apple</title>
</head>
<body>
<h1>Apple</h1>
<img src="apple.jpg" alt="Apple Image" width="300">
<p>Apples are delicious and come in many varieties, such as Fuji, Granny
Smith, and Gala.</p>
<a href="index.html">Back to Fruit List</a>
</body>
</html>

banana.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banana</title>
</head>
<body>
<h1>Banana</h1>
<img src="banana.jpg" alt="Banana Image" width="300">
<p>Bananas are a great source of potassium and can be eaten raw or used in
smoothies and desserts.</p>
<a href="index.html">Back to Fruit List</a>
</body>
</html>

Cherry.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cherry</title>
</head>
<body>
<h1>Cherry</h1>
<img src="cherry.jpg" alt="Cherry Image" width="300">
<p>Cherries are small, red fruits that are often used in pies, jams, and other
desserts.</p>
<a href="index.html">Back to Fruit List</a>
</body>
</html>

Orange.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orange</title>
</head>
<body>
<h1>Orange</h1>
<img src="orange.jpg" alt="Orange Image" width="300">
<p>Oranges are a citrus fruit known for their sweet and tangy flavor, commonly
enjoyed as juice.</p>
<a href="index.html">Back to Fruit List</a>
</body>
</html>

Grapes.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grape</title>
</head>
<body>
<h1>Grape</h1>
<img src="grape.jpg" alt="Grape Image" width="300">
<p>Grapes are small, sweet fruits that can be eaten fresh or used to make wine
and raisins.</p>
<a href="index.html">Back to Fruit List</a>
</body>
</html>

OUTPUT:

Welcome to the Fruit List


Click on any fruit to view more information and images:

• Apple
• Banana
• Cherry
• Orange
• Grape

Apple

Apples are delicious and come in many varieties, such as Fuji, Granny Smith, and
Gala.

Back to Fruit List


Banana

Bananas are a great source of potassium and can be eaten raw or used in smoothies
and desserts.

Back to Fruit List

Cherry

Cherries are small, red fruits that are often used in pies, jams, and other desserts.

Back to Fruit List


Orange

Oranges are a citrus fruit known for their sweet and tangy flavor, commonly enjoyed
as juice. Back to Fruit List

Grape

Grapes are small, sweet fruits that can be eaten fresh or used to make wine and raisins.

Back to Fruit List

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy