Computer Science, asked by kittu9796, 1 year ago

Explain ordered list with an example.

Answers

Answered by SouptikDasgupta
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