CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 1 of 153 of the static tests category | |
Testing | Date | Revision |
Groups of selectors (ID #1) | 2001-07-11 | 1.0 |
The background of this paragraph should be green.
li,p { background-color : lime }
<ul> <li>The background of this list item should be green</li> <li>The background of this second list item should be also green</li> </ul> <p>The background of this paragraph should be green.</p>