When should you use an unordered list in your HTML document? When the order is irrelevant.
How do you change the bullet style of unordered list items? Use the CSS list-style-type property, because the attributes have been deprecated.
When should you use an ordered list vs. an unordered list in your HTML document? Use an ordered list when the order matters, and list those items with a preceding marker, such as a number or letter. Use an ordered list when the order does not matter.
Describe two ways you can change the numbers on list items provided by an ordered list?