diff --git a/client/src/pages/guide/english/html/lists/index.md b/client/src/pages/guide/english/html/lists/index.md index 475d1c06b2..0a70468c55 100644 --- a/client/src/pages/guide/english/html/lists/index.md +++ b/client/src/pages/guide/english/html/lists/index.md @@ -3,7 +3,7 @@ title: Lists --- # Lists -Lists are used to display items. There are 3 types of lists. +Lists are used to display items. There are 3 types of lists: _ordered lists_, _unordered lists_, and _description lists_. ## Ordered lists An _ordered list_ is used to describe an ordered collection of data. Browsers usually display an ordered list as a numbered list. Create an ordered list using the `
    ` tag.