CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 4 of 182 | |
Testing | Date | Revision |
Omitted universal selector (ID #4) | 2001-07-11 | 1.0 |
This paragraph should have a green background
#foo { background-color : lime } p { background-color : red }
<p id="foo">This paragraph should have a green background</p>