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

Omkarflowerweb

Uploaded by

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

Omkarflowerweb

Uploaded by

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

Index.

html
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Flowers Information</title>

</head>

<body>

<center>

<h1>Welcome To Flowers World</h1>

<!-- Rose Card-->

<a href="rose.html" style="text-decoration: none;">

<div style="background-color: rgb(98, 225, 155); width: 60%; height:auto; padding: 15px; border-
radius: 10px; margin: 20px 20px 20px 20px;">

<center>

<img src="C:\Users\RUSHI\Desktop\flower website\FlowerImages\rose.jpg" alt="Rose Image"

width="200px" height="200px">

<h1>Red Rose</h1>

<p style="font-size: 20px;">The red rose is a perennial flowering plant known for its deep red
petals and sweet fragrance. It symbolizes love and romance and is widely used in bouquets, gardens,
and special occasions. Cultivated globally, it requires well-drained soil, sunlight, and regular
watering. With numerous varieties, it holds cultural significance and has inspired literature and art
throughout history.</p>

</center>

</div>

</a>

<!-- Jasmin Card -->

<a href="jasmin.html" style="text-decoration: none;">

<div style="background-color: rgb(43, 222, 138); width: 60%; height:auto; padding: 15px; border-
radius: 10px; margin: 20px 20px 20px 20px;">

<center>
<img src="C:\Users\RUSHI\Desktop\flower website\FlowerImages\jasmin.jpg" alt="Jasmin
Image"

width="200px" height="200px">

<h1>Jasmin</h1>

<p style="font-size: 20px;"> Jasmine plants are known for their fragrant, white or yellow flowers
that bloom in clusters. The flowers have a sweet and intoxicating aroma, which is particularly strong
in the evenings. Jasmine plants are typically evergreen or deciduous shrubs, vines, or climbing
plants.</p>

</center>

</div>

</a>

<!-- Marie Gold Card -->

<a href="marieGold.html" style="text-decoration: none;">

<div style="background-color: rgb(23, 225, 165); width: 60%; height:auto; padding: 15px; border-
radius: 10px; margin: 20px 20px 20px 20px;">

<center>

<img src="C:\Users\RUSHI\Desktop\flower website\FlowerImages\MarieGold.jpg"


alt="MarieGold Image"

width="200px" height="200px">

<h1>MarieGold</h1>

<p style="font-size: 20px;"> Marigolds are known for their vibrant flowers, which come in
various shades of yellow, orange, and red. The flowers have a characteristic pom-pom shape and
often feature a strong, spicy fragrance. Marigold plants have fern-like foliage and grow in compact
bushes.</p>

</center>

</div>

</a>

<!-- Sun Flower -->

<a href="sunflower.html" style="text-decoration: none;">

<div style="background-color: rgb(26, 217, 147); width: 60%; height:auto; padding: 15px; border-
radius: 10px; margin: 20px 20px 20px 20px;">

<center>
<img src="C:\Users\RUSHI\Desktop\flower website\FlowerImages\sunflower.jpg"
alt="sunflower Image"

width="200px" height="200px">

<h1>sunflower</h1>

<p style="font-size: 20px;"> Sunflowers are characterized by their large, showy flower heads,
which can measure up to 30 cm (12 inches) in diameter. The flower head consists of numerous
yellow ray florets surrounding a central disk filled with small, edible seeds. Sunflower plants have
rough, hairy stems and large, coarse leaves.</p>

</center>

</div>

</a>

<a href="water_lily.html" style="text-decoration: none;">

<div style="background-color: rgb(30, 238, 168); width: 60%; height:auto; padding: 15px;
border-radius: 10px; margin: 20px 20px 20px 20px;">

<center>

<img src="C:\Users\RUSHI\Desktop\flower website\FlowerImages\water-lily.jpg"


alt="water-lily Image"

width="200px" height="200px">

<h1>Water-Lily</h1>

<p style="font-size: 20px;"> Water lilies are characterized by their exquisite, floating flowers
and lily pads. The flowers have large, round, cup-shaped blooms with numerous petals arranged in
layers. They come in various colors, including white, pink, yellow, and red. The leaves, or lily pads,
are circular or oval-shaped and float on the surface of calm waters.</p>

</center>

</div>

</a>

</center>

</body>

</html>

You might also like