Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Hello HTML World</title>
  6. </head>
  7. <body>
  8. <h1 id="heading1" class="primary">Hello HTML World!</h1>
  9. <p>Welcome to the <em>exciting</em> world of HTML.</p>
  10. <p>We hope you will &hearts; HTML as much as we do.</p>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement