three-p-lime-background-except-middle.xht (440B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>Three paragraphs lime background middle unstyled</title> 4 <style type="text/css"> 5 p { margin: 0 0 1em 0; } 6 .lime { background-color: lime } 7 </style> 8 </head> 9 <body> 10 <p class="lime">This paragraph should have a green background.</p> 11 <p>This paragraph should be unstyled.</p> 12 <p class="lime">This paragraph should have a green background.</p> 13 </body> 14 </html>