Arbitrary list counters with HTML attributes
Using HTML attributes only, no CSS generated content.
Each example shows a normal list and a reversed one.
Simple OL list
- Item A
- Item B
- Item C
- Item D
- Item A
- Item B
- Item C
- Item D
With start=100
- Item A
- Item B
- Item C
- Item D
- Item A
- Item B
- Item C
- Item D
With start=-100
- Item A
- Item B
- Item C
- Item D
- Item A
- Item B
- Item C
- Item D
Mixing OL start (10) and LI value
- Item A
- Item B (value=421)
- Item C
- Item D
- Item A
- Item B (value=421)
- Item C
- Item D