1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Grouping
</title>
5 <style type=
"text/css">
6 .one, .two, .three { color: green
; }
8 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/selector.html#grouping" title=
"5.2.1 Grouping">
11 <p class=
"one"> This sentence should be green.
</p>
12 <p class=
"two"> This sentence should be green.
</p>
13 <p class=
"three"> This sentence should be green.
</p>