CSS 3 Module <== Test # ==>
W3C Selectors 46 of 140 of the static tests category
Testing Date Revision
::first-letter pseudo-element (ID #39b) 1-january-2002 1.0

This very long paragraph should have a big first letter T with a green background.

p::first-letter { font-size : xx-large ; background-color : lime }
<p>This very long paragraph
should have a big first letter T with a green background.</p>