| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: Comments</title> |
| /* This is a CSS comment. */ |
| .one {color: green;} /* Another comment */ |
| /* The following should not be used: |
| .three {color: green; /* color: red; */} |
| <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#comments" title="4.1.9 Comments"> |
| This line should be green. |
| This line should be green. |
| This line should be green. |
| This line should be green. |
| This line should be green. |
| This line should be green. |