Computer Science, asked by chaudharyabhi2005, 6 months ago

write html code for following output
• Fruit
. Bananas
.Apples
.Green
.Red
• Pears
.Vegetables
.Meat​

Answers

Answered by hemendrorabha0012
26

Explanation:

.<html>

<head>

<title>.....</title>

</head>

<body>

<ol>

<LI>fruit

<LI>babanas

<LI>green

<LI>red

<LI>pears

<LI>vegetables

<LI>meat

</ol>

</body>

</html>

please mark me brainliest

Similar questions