2 The Three Types of ListsLists are a part of everyday life. To-do lists determine what to get done. Navigational routes provide turn-by-turn lists of directions. Recipes provide lists of ingredients and lists of instructions. With a list for nearly everything, it’s easy to understand why they are also popular online.When we want to use a list on a website, HTML provides three different types to choose from: unordered, ordered, and description lists. Choosing which type of list to use—or whether to use a list at all—comes down to the content and the most semantically appropriate option for displaying that content.Unordered Lists
Cat- A small domesticated carnivorous mammal with soft fur, a short snout, and retractile claws. It is widely kept as a pet or for catching mice, and many breeds have been developed.
3 Now that you know what the three types are… When do you use unordered lists?An unordered list is a list in which the order of the list items does not matter.Some common places you can use unordered lists• When you create a navigation bar• When you want to list out ideas• When you are creating a image gallery• Listing out a side bar with categories• E-commerce stores use lists for products