0
what is order list
3 ответов
0
<ol>
<li></li>
...
and This is make à list with numbers
0
its normal list but its sequnace elemant otherwise sequnace by numbers , letters , ...etc
0
an ordered list is a type of listing method where the items have a prefect numbering system such as 1 to infinity.
<ol>
<li>car</li>
<li>money </li>
<li>house</li>
</ol>
when you run it on your browser the output would be
1.car
2.money
3.house