Multiple choice

The <ol type= “I”> and </ol> with <li> tag for every item, display the numbering as

  1. I, II, III

  2. i, ii, iii

  3. 1, 11, 111

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ol tag with type='I' creates an ordered list using uppercase Roman numerals (I, II, III, IV, etc.). This is standard HTML behavior for Roman numeral numbering.