Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. Learning HTML
  6. </title>
  7. </head>
  8. <body>
  9. <h1>
  10. What is HTML?
  11. </h1>
  12. <h3>
  13. HTML is a language that is used to build websites on the internet.
  14. </h3>
  15. <h2>
  16. There are many parts to make a website using HTML.
  17. </h2>
  18. <h3>
  19. To begin a webpage, you need always start with <html> and end with </html>.
  20. Everything that you want on the website is inbetween <html> and </html>.
  21. </h3>
  22. <h2> For a big heading like "What is HTML" above, you put <h1> and add anything you want. Then you need to close it by adding <h1>
  23. </h2>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement