How can you change a list from using Arabic numbers to uppercase letters using HTML?
Asked
Active
Viewed 128 times
-1
-
Can you please elaborate? I don't quite understand your question. – Newsha Nik Dec 25 '21 at 10:27
-
1Please provide example of actual output and desired output to help us understand better. – Pavan J Dec 25 '21 at 10:54
-
Also check https://stackoverflow.com/questions/9377118/html-ordered-lists-ol-with-arabic-numbers/9377356 – Progman Dec 26 '21 at 15:04
1 Answers
0
Have you tried below:
<ol type="A">
For more details on options you have on ordered list: https://www.w3schools.com/html/html_lists_ordered.asp

Pavan J
- 353
- 1
- 3
- 12