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:
committed by
Quincy Larson
parent
3fda823973
commit
c1e2da97e0
@ -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 `<ol>` tag.
|
||||
|
Reference in New Issue
Block a user