<ol>
<li>January</li>
<li>February</li>
<li>March</li>
</ol>
<ul>
<li>Chocolates</li>
<li>Toffees</li>
<li>Eclairs</li>
</ul>
Answers
Answered by
0
Explanation:
what is the question
<ol> : it is ordered list tag which give u some order of list might be numbered with integer which is default
<ul> : is opposite to ordered list so it is unorderd so it has no order it can be jumbeled
<li> : holds the contents of particular list
Similar questions