-1

How can you change a list from using Arabic numbers to uppercase letters using HTML?

Laurel
  • 5,965
  • 14
  • 31
  • 57

1 Answers1

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