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