An ordered list with uppercase roman numbers:
![]()
The type attribute is supported in all major browsers.
The type attribute specifies the kind of marker to use in the list (letters or numbers).
The type attribute of the <ol> element is no longer deprecated in HTML5.
| Value | Description |
|---|---|
| 1 | Default. Decimal numbers (1, 2, 3, 4) |
| a | Alphabetically ordered list, lowercase (a, b, c, d) |
| A | Alphabetically ordered list, uppercase (A, B, C, D) |
| i | Roman numbers, lowercase (i, ii, iii, iv) |
| I | Roman numbers, uppercase (I, II, III, IV) |
HTML <ol> tag
Your message has been sent to W3Schools.