Advertisement
ShiningDrake

Screwing around with HTML

Jan 23rd, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>
  6. Headings & Paragraphs
  7. </title>
  8.  
  9. </head>
  10. <body>
  11. <h1>
  12. Headings. How do they work?
  13. </h1>
  14. <p>
  15. No one knows how headings work.
  16. </p>
  17. <h3>
  18. So mysterious.
  19. </h3>
  20. <p>
  21. Headings are one of the greatest mysteries of the world.
  22. </p>
  23. <h5>
  24. So bizarre.
  25. </h5>
  26. <p>
  27. So, no one can tell you anything about headings.
  28. </p>
  29. <h4>
  30. Such strange.
  31. </h4>
  32. <p>
  33. Not even the top programmers in the world can tell you about headings.
  34. </p>
  35. <h2>
  36. Much unknown.
  37. </h2>
  38. <p>
  39. Headings are beyond the powers of mortal men.
  40. </p>
  41. <h6>
  42. wow
  43. </h6>
  44. <p>
  45. So, don't even think about trying to mess with headings.
  46. </p>
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement