character-encoding-041-ref.xht (514B)
1 <?xml version="1.0" encoding="us-ascii"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> 4 <head> 5 <title>CSS Test: Stylesheet encodings UTF with a BOM override</title> 6 <link rel="author" title="Bert Bos" href="mailto:bert@w3.org"/> 7 <style type="text/css"> 8 p { color: white; background: green; } 9 </style> 10 </head> 11 <body> 12 <p class="test">This line should be green.</p> 13 </body> 14 </html>