CSS 3 Module <== Test # ==>
W3C Selectors 1 of 140 of the static tests category
Testing Date Revision
Groups of selectors (ID #1) 11-july-2001 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>