Guest User

Untitled

a guest
Oct 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. <style>
  6. body {background-color: LightSeaGreen;}
  7. h1 {color: Magenta ;}
  8. p {color: PapayaWhip ;}
  9. </style>
  10. </head>
  11. <body>
  12. <h1> hello </h1>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment