1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>Groups of selectors
</title>
5 <style type=
"text/css">li
,p
{ background-color : lime
}</style>
6 <link rel=
"next" href=
"css3-modsel-2.html" title=
"Type element selectors">
7 <link rel=
"last" href=
"css3-modsel-d5e.html" title=
"NEGATED :indeterminate with :checked">
8 <link rel=
"up" href=
"./index.html">
9 <link rel=
"top" href=
"../../index.html">
13 <li>The background of this list item should be green
</li>
14 <li>The background of this second list item should be also green
</li>
16 <p>The background of this paragraph should be green.
</p>