backplate-bg-image-002.html (422B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="stylesheet" type="text/css" href="ahem.css" /> 5 <title>Text runs that are separated by a block-level line will get separate backplates.</title> 6 <style> 7 body { 8 font: 20px Ahem; 9 } 10 .sample { 11 background-image: url("blue.png"); 12 height: 500px; 13 } 14 </style> 15 </head> 16 <body> 17 ppppp ppppp<div class="sample">ppppp ppppp</div>ppppp ppppp 18 </body> 19 </html>