Table of Contents

CSS Test:

If this text is green, the browser has applied the rule.

CSS applied to #test-span:


    <style type="text/css">
        #test-span {
            *color: green;
            }
    </style>

More Information: