Mentioned 3 types of lists at beginning (#19074)

The article structure and formatting doesn't make it obvious what the third type of list is, so I added the names of the 3 types of list to the first paragraph.
This commit is contained in:
Andrei Calinescu
2018-10-16 14:34:10 +11:00
committed by Quincy Larson
parent 3fda823973
commit c1e2da97e0

View File

@ -3,7 +3,7 @@ title: Lists
--- ---
# 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 ## 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 `<ol>` tag. 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 `<ol>` tag.