1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
1.7 Comments
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 /* This is a CSS1 comment. */
11 .one {color: green;} /* Another comment */
12 /* The following should not be used:
14 .three {color: green; /* color: red; */}
16 .four {color: red;} */
21 .seven {color: green;}
23 .eight {color: green;}
28 <BODY><P>The style declarations which apply to the text below are:
</P>
29 <PRE>/* This is a CSS1 comment. */
30 .one {color: green;} /* Another comment */
31 /* The following should not be used:
33 .three {color: green; /* color: red; */}
35 .four {color: red;} */
40 .seven {color: green;}
42 .eight {color: green;}
47 This sentence should be green.
50 This sentence should be black.
53 This sentence should be green.
56 This sentence should be black.
59 This sentence should be green.
62 This sentence should be green.
65 This sentence should be green.
68 This sentence should be green.
72 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
74 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
77 <TD bgcolor=
"silver"> </TD>
79 This sentence should be green.
82 This sentence should be black.
85 This sentence should be green.
88 This sentence should be black.
91 This sentence should be green.
94 This sentence should be green.
97 This sentence should be green.
100 This sentence should be green.
102 </TD></TR></TABLE></BODY>