Computer Science, asked by Kavitadv007, 11 months ago

steps to create nested list​

Answers

Answered by ghoshtanima0701
1

Answer:

<HTML>

<HEAD>

<TITLE >NESTED LIST</TITLE >

</HEAD>

<BODY>

<OL>

<LI>.................

<UL>

<LI>.................

<LI>.................

<LI>.................

</UL>

<LI>.................

<UL>

<LI>.................

<LI>.................

<LI>.................

</UL>

</OL>

</BODY>

</HTML>

Explanation:

Hope it helps you dear❣❤❣

Please mark as brainliest

Similar questions