Explain ordered list with an example.
Answers
Answered by
1
It is used to show the list in order by preferring number or alphabets.
FOR EXAMPLE----
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
<ol start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Similar questions