Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: SGML comments

Should be red

  1. <!--.sgml {color: red} - should be red.

  2. <!--
    .sgml2 {color: red}

    comment included in external file

Should not be red

  1. <!--
    This is not a valid comment
    -->
    .notred {color: red}