CSS 3 Module <== Test # ==>
W3C Selectors 43 of 150 of the static tests category
Testing Date Revision
::first-letter pseudo-element (ID #39) 2002-01-01 1.1

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>