I'm working on CSS and i have a problem with colouring certain parts of a work. For example:
<ul id="nav"><li>cats</li></ul><ul><li>dogs</li></ul>
I want to color the part with 'cats'.
I use
li#nav{color: green;}
to make "cats" green, but it is wrong.
How would that be?
If I'm getting your question correct, then your css was wrong you need to do this