Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <title>HTML and CSS </title>
  8. <link href="style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10.  
  11. <body>
  12. <h1>Hello World!</h1>
  13. <p>This is a paragraph.</p>
  14. <ul>
  15. <li>This is</li>
  16. <li>A list</li>
  17. </ul>
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement