diff --git a/guide/english/html/tutorials/how-to-use-lists/index.md b/guide/english/html/tutorials/how-to-use-lists/index.md index d5e3d36702..d34021a8e6 100644 --- a/guide/english/html/tutorials/how-to-use-lists/index.md +++ b/guide/english/html/tutorials/how-to-use-lists/index.md @@ -24,8 +24,25 @@ This list is created with `
    ` tag. Each list item is surrounded with `
  1. ` t
  2. Allow to stand for ten minutes
+An ordered list can also use Roman Numerals by including `type=I` or `type=i` in the `
    ` tag. + +##### Code +```html +
      +
    1. Mix ingredients
    2. +
    3. Bake in oven for an hour
    4. +
    5. Allow to stand for ten minutes
    6. +
    +``` +##### Example +
      +
    1. Mix ingredients
    2. +
    3. Bake in oven for an hour
    4. +
    5. Allow to stand for ten minutes
    6. +
    + ### Unordered Lists -An unordered list is used to group a set of related items, in no particular order. This list is created with `