CSS1 Test Suite: 1.7 Comments


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

/* This is a CSS1 comment. */
.one {color: green;} /* Another comment */
/* The following should not be used:
.two {color: green;} */
.three {color: green; /* color: red; */}

This sentence should be green.

This sentence should NOT be green.

This sentence should be green.

This sentence should be green.

This sentence should NOT be green.

This sentence should be green.


[Previous] [Next] [Section] [Contents] [Specification]