Table of Contents

CSS Test: ID Selector w/ Element

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

CSS applied to #test-span:


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

More Information:

http://www.w3.org/TR/REC-CSS2/selector.html#id-selectors