How to make an ordered list with lowercase Roman number? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How to make an ordered list with lowercase Roman number?

ol lowercase roman number

10th Oct 2017, 12:45 PM
Shohrux Umurzakov
Shohrux Umurzakov - avatar
2 Réponses
+ 5
To use Roman numbers, specify type="I" for uppercase Roman numbers (e.g. I II III IV V etc) and type="i" for lowercase Roman numbers (e.g. i ii iii iv v). Here's an example of an ordered list using lowercase Roman numbers: <ol type="i"> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ol>
10th Oct 2017, 12:50 PM
ihateonions
10th Oct 2017, 1:17 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar