Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>
- Web Page
- </title>
- </head>
- <body>
- <style>
- body {
- background-color: grey;
- }
- h1 {
- text-align: center;
- color: white;
- }
- p {
- text-align: center;
- color: white;
- }
- </style>
- <h1>
- This is a header
- </h1>
- <p>
- This is a paragraph
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement