Computer Science, asked by deveshbajpai234, 8 months ago

create the following nested list by html coding​

Attachments:

Answers

Answered by SP85
1

As you have to do it by your own for better understanding I will only send you one example

<ul>

<li>Fruit</li>

<li>Vegetables</li>

<li>Meat</li>

</ul>

Answered by utkarshbhradwaj
0

Answer:

Explanation:

As you have to do it by your own for better understanding I will only send you one example

<ul>

<li>Fruit</li>

<li>Vegetables</li>

<li>Meat</li>

</ul>

Similar questions