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.