Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>My First HTML5 Page</title>
  5. <meta charset="utf-8" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  7. <link rel="stylesheet" href="screen.css" />
  8. </head>
  9. <body>
  10. <h1>Hey, HTML5 is pretty lightweight!</h1>
  11. <p>This is my sad little paragraph.</p>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement