HTML

howard-practice5.html

Feb 24th, 2017
168
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Howard - CSS Example</title>
  6. <style>
  7. body {
  8.     background-color:#000;
  9.     color:#FFF;
  10. }
  11. h1 {
  12.     color:#D7A22A;
  13.     background-color:#9F792C;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <h1>Jacob Howard</h1>
  19. <h1>Web Design 1, Block 1</h1>
  20. <h2>Practice cascading style sheet markup.</h2>
  21. <p>Cascading style sheets are used to control the way elements appear. Without CSS, html elements have a default appearance in the browser.</p>
  22. </body>
  23. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment