Computer Science, asked by khushisharma54, 6 months ago

DATE:
Topic: HTML
Ques 1: Write the HTML code to generate the output given below:
Flower
20
A flower, sometimes known as a bloom or blossom, is the reproductive structure found in flowering
plants (plants of the division Magnoliophyta, also called angiosperms).
Morphology
Floral Parts
The essential parts of a flower can be considered in two parts: the vegetative part, consisting of
petals and associated structures in the perianth, and the reproductive or sexual parts.
Parts of Flower
Peduncle
Receptacle
Sepal
• Petal
. Stamen
• Anther
Sugma
Special Notes:
1. Title of the page should be "Bloom".
2. Background color of the page should be "Snow".
3. Link, alink and vlink color of the page should be "magenta", "lime" and "Crimson"
respectively.
4. Topmargin of the page should be "5".
5. Main Heading (i.e. Flower) used should be of the size H2.
6. Horizontal rule used should be of size 5 and color "coral”.
1​

Answers

Answered by dollygirl28
0

Answer:

I didn't understand why you kept this here

is it your doubt

is it your doubt

Answered by MrUnKnOwn33
2

<!DOCTYPE html>

<head>

<title>Bloom </title>

<meta name = "view point" content = "width =device width, initial - scale = 1.0"

</head>

<body>

<body style = "background - colour: blue; ">

<body link= "magenta" alink = "lime" vlink = "crimson">

<body topmargin = "5">

<h2> Flower </h2>

<p>flower, sometimes known as a bloom or blossom, is the reproductive structure found in flowering

plants (plants of the division Magnoliophyta, also called angiosperms).

Morphology

Floral Parts

The essential parts of a flower can be considered in two parts: the vegetative part, consisting of

petals and associated structures in the perianth, and the reproductive or sexual parts.

Parts of Flower

Peduncle

Receptacle

Sepal

• Petal

. Stamen

• Anther

Stigma</p>

<style>

<hr>

{

height:5px;

width:auto;

background colour ="coral"

border: solid 2px;

}

<hr/>

<hr/>

<hr/>

</body>

</html>

if u found mistake in this code so plz correct this mistakes

Similar questions