Multiple choice

Ordered list can start with

  1. Numbers

  2. Alphabets

  3. Roman numbers

  4. All of the above

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

HTML ordered lists support multiple numbering types through the type attribute: numbers (default, 1, 2, 3...), alphabets (type="a" or "A" for a, b, c... or A, B, C...), and Roman numerals (type="i" or "I" for i, ii, iii... or I, II, III...). All three options are valid.