Ordered lists | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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?

29th Jun 2017, 11:43 AM
claudio urdaneta
claudio urdaneta - avatar
2 Answers
+ 3
I don't understand, example ?
29th Jun 2017, 2:59 PM
El CHR of MRD
El CHR of MRD - avatar
+ 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
29th Jun 2017, 4:01 PM
claudio urdaneta
claudio urdaneta - avatar