CSS1 Test Suite: 1.7 Comments


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

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: red;} */
.three {color: green; /* color: red; */}
/**
.four {color: red;} */
.five {color: green;}
/**/
.six {color: green;}
/*********/
.seven {color: green;}
/* a comment **/
.eight {color: green;}


This sentence should be green.

This sentence should be black.

This sentence should be green.

This sentence should be black.

This sentence should be green.

This sentence should be green.

This sentence should be green.

This sentence should be green.

TABLE Testing Section
 

This sentence should be green.

This sentence should be black.

This sentence should be green.

This sentence should be black.

This sentence should be green.

This sentence should be green.

This sentence should be green.

This sentence should be green.


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