Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Howard - CSS Example</title>
- <style>
- body {
- background-color:#000;
- color:#FFF;
- }
- h1 {
- color:#D7A22A;
- background-color:#9F792C;
- }
- </style>
- </head>
- <body>
- <h1>Jacob Howard</h1>
- <h1>Web Design 1, Block 1</h1>
- <h2>Practice cascading style sheet markup.</h2>
- <p>Cascading style sheets are used to control the way elements appear. Without CSS, html elements have a default appearance in the browser.</p>
- </body>
- </html>
Advertisement