| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>Case sensitivity</title> |
| .cs P { background: red; color: yellow; } |
| .cs .a { background: red; color: yellow; } |
| .cs .span1 span { background: red; color: yellow; } |
| .cs .span2 { color: red; } |
| .cs .span2 SPAN { color: green; } |
| .cs .span2 span { background: red; color: yellow; } |
| .ci P { background: green; color: white; } |
| .ci .a { background: green; color: white; } |
| .ci .span1 span { background: green; color: white; } |
| .ci .span2 SPAN { background: green; color: white; } |
| <link rel="first" href="css3-modsel-1.html" title="Groups of selectors"> |
| <link rel="prev" href="css3-modsel-180a.html" title="::first-letter after <br>"> |
| <link rel="next" href="css3-modsel-183.html" title="Syntax and parsing of class selectors"> |
| <link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child"> |
| <link rel="up" href="./index.html"> |
| <link rel="top" href="../../index.html"> |
| <p>This line should be green.</p> |
| <p class="A">This line should be green.</p> |
| <p><SPAN>This line should be green.</SPAN></p> |