Exercise: A list of list styles
The goal of this exercise is to produce an ordered list of categories of values (Numbers, Letters, and Bullets), labeled with upper-case Roman numbers (upper-roman
). For each category, the examples given in that category should be labeled by lower-case Greek letters (lower-greek
).
Add values to the CSS and add class attributes to the HTML.
Note:
Hints:
- undefined
Solution to the exercise
The solution uses different values for the class attributes of the outer list and the three inner lists.
Note:
Hints:
- undefined
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
<!DOCTYPE html>
<html lang="en">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
/* Complete both of these rules by providing values. */
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX