CHAPTER 10
Styling Lists and Navigation Menus
HTML provides tags for three different types of lists: unordered (<ul>), ordered (<ol>), and definition (<dl>). Unordered lists are normally displayed as a series of bullet points; ordered lists are numbered; and definition lists are presented as a word or phrase followed by its definition, indented on the following line. Figure 10-1 shows examples of all three (the code is in lists.html in the ch10 folder).
Figure 10-1. The three types of lists supported in HTML
CSS regards the components of definition ...
Get Beginning CSS3 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.