CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 145 of 153 of the static tests category | |
Testing | Date | Revision |
::first-letter after <br> (ID #180a) | 2004-02-29 | 1.0 |
This line should be green.
p { color: green; } p:first-letter { background: red; color: yellow; font-size: 4em; } p::first-letter { background: red; color: yellow; font-size: 4em; }
<p><br>This line should be green.</p>