three-paragraph-lime-characters.xht (354B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>Three paragraphs, green</title> 4 <style type="text/css"> 5 p { color: lime } 6 </style> 7 </head> 8 <body> 9 <p>This paragraph should be in green characters.</p> 10 <p>This paragraph should be in green characters.</p> 11 <p>This paragraph should be in green characters.</p> 12 </body> 13 </html>