Multiple choice The <ol type= “I”> and </ol> with <li> tag for every item, display the numbering as I, II, III i, ii, iii 1, 11, 111 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.