HTML and CSS Reference
In-Depth Information
Figure 11-10 Examples of each list-style-type.
This demonstration page can be found in the project files ch11-02, named list-style-demo.html.
Note that although the initial value for list-style-type is disc , the CSS Reset you applied in Chapter 2
changed all list items to have a list-style-type of none . Now give the “Why Choose Cool Shoes & Socks”
disc markers:
1. In styles.css, find the .benefits ul , rule set, and add the following:
list-style-type: disc;
2. Save styles.css.
Search WWH ::




Custom Search