Computer Science, asked by munmi4741, 1 month ago

1) create an ordered list in lower case roman numerals .
i)
ii)
iii)​

Answers

Answered by sharmayachna95
0

Answer:

For creating an ordered list with lowercase roman numbers, use the <ol> tag attribute type. This attribute will assign a lowercase roman number i.e. <ol type = “i”> to create ordered list numbered with lowercase roman numbers.

Similar questions