CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 141 of 153 of the static tests category | |
Testing | Date | Revision |
Parsing : vs :: (ID #177b) | 2003-06-22 | 1.0 |
This line should be green.
div { color: green; } p::first-child { color: yellow; background: red; }
<div> <p>This line should be green.</p> </div>