Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
4answers
2k views

Number nested ordered lists in HTML

I have a nested ordered list. <ol> <li>first</li> <li>second <ol> <li>second nested first element</li> <li>second nested ...
0
votes
2answers
280 views

Ordered list - html : How to make point(ol{style-list:disc;}) position in midde height of image?

Ordered list - html : How to make point(ol{style-list:disc;}) position in midde height of image? Example where point located in bottom of image and not in middle: The code of example <ol ...