<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS 2.1 Test Suite: ::first-letter and objects (part two)</title>
  <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter"/>
  <style type="text/css">
   p:first-letter { background:lime }
  </style>
 </head>
 <body>
  <p><object>The</object> "T" in "The" should have a green background.</p>
  <p><img alt="The"/> "T" in "The" should have a green background.</p>
 </body>
</html>

