❀ Summary 4 (Chapter 3)
Chapter 3: Lists - Stylin' With CSS
Topic 1: Lists Upon Lists
There are a variety of types of lists that can be coded for a website. These include ordered lists, unordered lists, and definition lists. These all serve as a helpful tool for both coders and readers.
Topic 2: Defining Definition Lists
Definition lists help express words and their definitions. They are defined by the tag d1. They also use the tag dt, which helps express the term being defined, as well as the tag dd which helps express the definition.
Topic 3: Nesting Lists Inside
Lists can contain lists inside of themselves. This creates a nested list which can easily be thought of as a "sub-list." These will appear indented when compared to a regular list.