Answer:
Yes... it is possible to nest lists many levels deep.
List Practice
Here is our list of lists:
- Reds
- red
- pink
- hotpink
- lightpink
- Oranges
- orange
- orangered
- Yellows
- yellow
- goldenrod
- darkgoldenrod
Try to change the following HTML to create that list:
QUESTION 4:
After you get it working, delete one of the inner </ul> tags
and notice the effect.