document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=BIG5">
  5.  
  6. <style type="text/css">
  7.  
  8.     #blockElements.backGround  {
  9.         background-color:#b0c4de;
  10.         width:100px;
  11.     }
  12.    
  13.     .innerElement  {
  14.         font-style:italic;
  15.         color : green;
  16.     }
  17.  
  18. </style>
  19.  
  20. </head>
  21. <body>
  22. <div id = "blockElements" class = "backGround">
  23. <p>Hello <span class = "innerElement">world . </span></p>
  24. <p>Hello div.</p>
  25. </div>
  26. </body>
  27.  
  28. </html>
');