How to Nest an Ordered List Inside and unordered List ??
Hi, Every one that's a cool que but commonly not asked ..
But I;m here to tell you answer so to do so we need to do such thing...
_________________________________________________________________________________
<ol>
<li>ODERED LIST 1.
<ul>
<li>UNORDERED LIST A.</li>
<li>UNORDERED LIST B.</li>
</ul>
</li>
<li> ORDERED LIST 2.
<ul>
<li>UNORDERED LIST C.</li>
<li>UNORDERED LIST D.</li>
</ul>
</li>
<li> ORDERED LIST 3.
<ul>
<li>UNORDERED LIST E.</li>
<li>UNORDERED LIST F.</li>
</ul>
</li>
Comments