Computer Science, asked by mukeshji12, 10 months ago

Write the HTML code to generate the following output:
1. Vegetables
• Potato
• Lady finger
• Omson
o Cauliflower
2. Fruits
• Apple
o Banana
o Mango
. Pineapple​

Answers

Answered by udaysharmauds06
53

Explanation:

<html>

<head>

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

</head>

<body>

<ol>

<LI>vegetable

<UL type="disc">

<LI>patato

<LI> Lady finger

<LI>Omson

<LI>cauliflower

</UL>

<LI>fruits

<UL type="disc">

<LI>Apple

<LI>Banana

<LI>Mango

<LI>Pineapple

</OL>

</body>

</html>

I hope this was helpful ......

so , please mark me as brainliest !

Answered by chandangajendra12
15

wish that answer will help you.

Attachments:
Similar questions