Computer Science, asked by sanjeevpamidi, 8 months ago

Pls write code for this thank you I am having doubt

Attachments:

Answers

Answered by pavithranatarajan855
0

Answer:

<!DOCTYPE html>

<html>

<body>

<ol>

<li>Fruit</li>

<ul>

 <li>Apples</li>

 <li>Oranges</li>

 <li>Peers</li>

</ul>  

<li>Vegetables</li>

<ul>

<li>Broccoli</li>

<li>Peas</li>

<li>Corn</li>

</ul>

</ol>

</body>

</html>

Explanation:

Please mark me as brainliest

Similar questions