first-letter-001-ref.xht (331B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> 2 <style type="text/css"> 3 div { color: black; font-size: 3em; } 4 span { color: green; } 5 </style> 6 </head> 7 <body> 8 <div><span>T</span>his is text</div> 9 10 11 </body></html>