| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 122 of 140 of the static tests category | |
| Testing | Date | Revision | 
| :first-letter with ::first-letter (ID #166) | 1-january-2001 | 1.0 | 
The first letter of this paragraph should have a green background.
  p:first-letter { background-color: red; }
  p::first-letter { background-color: lime; }
   <p>The first letter of this paragraph should have a green background.</p>