Computer Science, asked by sakshigaulechha0376, 10 months ago

How will you nest an unordered list inside an ordered list?​

Answers

Answered by avsti
3

Explanation:

<ol>

<li>fruits

<ul><li>mango <li>apple</ul>

<li>vegetables

<ul><li>potato <li>tomato</ul>

</ol>

Similar questions