- 1
Ordered lists
Because when it aligns to the center a list orders this only runs the text and the number is left and when the label <ol> </ ol> is unlimited, this creates me vinetas and if I align them to the center everything?
2 odpowiedzi
+ 3
I don't understand, example ?
+ 1
example:
<center>
<ol>
<li>hola</li>
<li>como</li>
<li>estas</li>
</ol>
</center>
output:
1. hola
2. como
3. estas
example: delete <ol></>
<center>
<li>hola</li>
<li>como</li>
<li>estas</li>
</center>
output:
·hola
·como
·estas