1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>Case sensitivity
</title>
5 <style type=
"text/css">
7 .cs P { background: red
; color: yellow
; }
8 .cs .a { background: red
; color: yellow
; }
9 .cs .span1 span { background: red
; color: yellow
; }
10 .cs .span2 { color: red
; }
11 .cs .span2 SPAN { color: green
; }
12 .cs .span2 span { background: red
; color: yellow
; }
14 .ci P { background: green
; color: white
; }
15 .ci .a { background: green
; color: white
; }
16 .ci .span1 span { background: green
; color: white
; }
17 .ci .span2 SPAN { background: green
; color: white
; }
19 <link rel=
"first" href=
"css3-modsel-1.html" title=
"Groups of selectors">
20 <link rel=
"prev" href=
"css3-modsel-180a.html" title=
"::first-letter after <br>">
21 <link rel=
"next" href=
"css3-modsel-183.html" title=
"Syntax and parsing of class selectors">
22 <link rel=
"last" href=
"css3-modsel-d4.html" title=
"Dynamic updating of :first-child and :last-child">
23 <link rel=
"up" href=
"./index.html">
24 <link rel=
"top" href=
"../../index.html">
31 <p>This line should be green.
</p>
32 <p class=
"A">This line should be green.
</p>
33 <p><SPAN>This line should be green.
</SPAN></p>