Is there a way to create a unique numbering format using only HTML and CSS lists (<ul>
or <ol>
)?
1. Item A
2. Item B
3. Item C
3.1. Subitem C.1
3.2. Subitem C.2
3.3. Subitem C.3
4. Item D
4.1. Subitem D.1
4.1.1 Sub-subitem D.1.1
4.1.2 Sub-subitem D.1.2
5. Item E
Any assistance would be greatly appreciated!