Home >Web Front-end >CSS Tutorial >css ol ordered list_experience exchange
Today I read an article by Zhenzhi about ordered lists, and I thought it was quite good. Write an example:
Type value | Generate style | Sequence example |
A | Capital letters | A, B, C, D, E |
a | Lowercase letters | a, b, c, c, e |
I | Uppercase Roman numerals | I, II, III, IV, V |
i | Lowercase Roman numerals | i, ii, iii, iv, v |
1 | Arabic numerals | 1, 2, 3, 4, 5 |