Completion requirements
HTML List
- There are two types of list in HTML: ordered and unordered.
- Use of <ol> for defining a list that uses numerical values.
- Use of <ul> for defining a list that uses non-numerical values, or bullets.
- HTML lists are block elements.
- Take note to always enclose all contents of lists with its corresponding closing tag.
- Define each item in the list with. Refer to the example below. Take note of the indentation of to indicate that it is inside the tag preceding it.