document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2.   <head>
  3.     <title>Coba Induk CSS</title>
  4.     <link rel="stylesheet" type="text/css" href="css-important.css" media="screen">
  5.     <style>
  6.       body {
  7.         background: #000;
  8.       }
  9.     </style>
  10.   </head>
  11.   <body>
  12.     <div id="a1" style="background: #f00; width: 400px; height: 300px;">
  13.     </div>
  14.   </body>
  15. </html>
');