Advertisement
8u

Simple website code

8u
Aug 19th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- testing lol.     .com -->
  5. <title>
  6. Testing</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="keywords" content="html,test,creation,web,business">
  9. <meta name="description" content="Test for my website">
  10. <style>
  11. body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
  12. h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
  13. p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
  14. </style>
  15. </head>
  16. <body>
  17. <h1>Hi everyone</h1>
  18. <p>Testing for website</p>
  19. </body>
  20. </html>
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement