| A | B |
| unordered list | organizes content without ordering it |
| the <ul> tag | indicates the start and end of an unordered list |
| the <li> tag | indicates the start and end of an individual list item in an ordered or unordered list |
| ordered list | organizes content in a particular order |
| the <ol> tag | indicates the start and end of an ordered list |
| nested list | a combination of lists where one or more lists are located inside another |
| the <dd> tag | indicates the description of the item in a definition list |
| definition list | organizes content with a direct relationship or as a pair |
| the <dl> tag | indicates the start and end of a definition list |
| the <dt> tag | indicates the item in a definition list |