We can start an ordered list from any custom starting number using "start" attribute.
2️⃣ Reverse list
We can reverse the order of an ordered list by just passing "reversed" attribute to the list.
3️⃣ Style bullets/numbers using ::marker
Using ::marker psuedo-element, we can do the below styling for bullets/numbers:
→ change color
→ use different marker for each item
→ use image as marker
→ apply animation/transition
→ use a different font for the number
You can learn all about ::marker pseudo-element and see demo of its use-cases with sample code in this thread ↓