1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: important
</title>
5 <style type=
"text/css">
6 p
{ color: green
! important
; }
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/cascade.html#important-rules" title=
"6.4.2 !important rules">
11 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/cascade.html#cascading-order" title=
"6.4.1 Cascading order">
14 <p> This line should be green.
</p>
15 <p id=
"id1"> This line should be green.
</p>
16 <p style=
"color: red;"> This line should be green.
</p>