Table of Contents

CSS Test: Attribute Selector

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

CSS applied to #test-span:


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

More Information:

http://w3development.de/css/hide_css_from_browsers/attribute/