How to create a roman ordered list in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create a roman ordered list in html

plz type code in comments i have a problem

10th May 2018, 4:02 AM
JATIN $HARMA
JATIN $HARMA - avatar
14 Answers
+ 4
<!-- or I for uppercase roman--> <ol type="i"> <li>a</li> <li>b</li> </ol>
10th May 2018, 4:07 AM
Kawaii
Kawaii - avatar
+ 4
just use i for lower and I for upper
10th May 2018, 4:17 AM
Kawaii
Kawaii - avatar
+ 3
the i that is in the code type="i"
10th May 2018, 4:11 AM
Kawaii
Kawaii - avatar
+ 2
Kawaii thanks
10th May 2018, 4:09 AM
JATIN $HARMA
JATIN $HARMA - avatar
+ 2
Kawaii and for lowercase roman what we should use instead of I
10th May 2018, 4:09 AM
JATIN $HARMA
JATIN $HARMA - avatar
+ 1
Kawaii ok i have that confusion in this topic
10th May 2018, 4:11 AM
JATIN $HARMA
JATIN $HARMA - avatar
+ 1
Ольга Николаева can't you talk in English i can't understand you
10th May 2018, 4:24 AM
JATIN $HARMA
JATIN $HARMA - avatar
+ 1
<Ol type="I"> <li>white</li> <li>green</li> <li>orange</li> for lower case use "i", and for alphabet use "a" (upper case and lower case also applies)
12th May 2018, 12:59 PM
Adesanya Oludotun
Adesanya Oludotun - avatar
+ 1
for unordered list(bullet point) ; <ul> <li>html</li> <li>css</li> <li>python</li> </ul>
12th May 2018, 1:16 PM
Adesanya Oludotun
Adesanya Oludotun - avatar
0
??
10th May 2018, 4:10 AM
Ольга Николаева
Ольга Николаева - avatar
0
ммдаааа
10th May 2018, 4:18 AM
Ольга Николаева
Ольга Николаева - avatar
0
че сидишь?
10th May 2018, 4:23 AM
Ольга Николаева
Ольга Николаева - avatar
0
ноу
10th May 2018, 4:25 AM
Ольга Николаева
Ольга Николаева - avatar
10th May 2018, 4:25 AM
JATIN $HARMA
JATIN $HARMA - avatar