Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. <p>yolo1</p>
  13.  
  14. <h2>
  15. <p>yolo2</p>
  16.  
  17. <h3>
  18. <p>yolo3</p>
  19.  
  20. <h4>
  21. <p>yolo4</p>
  22.  
  23. <h5>
  24. <p>yolo5</p>
  25.  
  26. </h5>
  27. </h4>
  28. </h3>
  29. </h2>
  30. </h1>
  31.  
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement