diff --git a/guide/english/html/lists/index.md b/guide/english/html/lists/index.md index 713b6a3e7b..0074d44c89 100644 --- a/guide/english/html/lists/index.md +++ b/guide/english/html/lists/index.md @@ -46,19 +46,26 @@ and is displayed as: ## Styling Lists -Ordered and unordered lists can have different list item markers. The default numbering system in ordered list can be changed to lowercase or uppercase roman numerals, as well as lowercase or uppercase alphabetical. The start of the list can be changed from the default value of 1. In an unordered list, different list markers can be used like the disc, circle, square etc. +Ordered and unordered lists can have different list item markers. The default numbering system in ordered list can be changed to lowercase or uppercase roman numerals, as well as lowercase or uppercase alphabetical. The start of the list can be changed from the default value of 1. In an unordered list, different list markers can be used like the disc, circle, square etc. -Styling Ordered List: +An ordered list can also be programmed to display roman numerals or letters instead of numbers. + +Roman numerals: ```CSS -ol { - list-style-type: upper-roman; - } +