I am looking to create an alphabetized numbered list (which is fairly easy), however I am looking to add a break in the numbers for a place to add the letters (A, B, C, etc) however keep the chronology of the numbers.
I know that I could do the numbering myself and have no issue, however I want the numbers to automatically adjust as I add items. Hopefully someone can tell me how to do this in HTML.
Essentially this is what I would like it to look like:
A
- Air Force One
- Aladdin
- Amazing Spider-Man
B
- Back to the Future
- Batman Returns
- Beverly Hills Cop
C
- Club Paradise
You can use the
start
attribute of theol
tag, like this: