Advertisement
iskael

html-important.html

Apr 28th, 2013
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement