1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Comments
</title>
5 <style type=
"text/css">
7 /* This is a CSS comment. */
8 .one {color: green
;} /* Another comment */
9 /* The following should not be used:
11 .three {color: green
; /* color: red; */}
13 .four {color: red;} */
18 .seven {color: green
;}
20 .eight {color: green
;}
22 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#comments" title=
"4.1.9 Comments">
26 This line should be green.
29 This line should be green.