Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello there</title>
  5. </head>
  6.  
  7.  
  8. <body>
  9.  
  10. <h1>idk wut to put here so i do this</h1>
  11.  
  12. <h2>This be a list but a fancy one</h2>
  13. <ol>
  14. <li><em>Fancy</em></li>
  15. <li>haha juked you <strong>dummy</strong></li>
  16. <li>Cheese haha</li>
  17. </ol>
  18. <h2>This be facts but not interesting ones</h2>
  19. <ul>
  20. <li>knowing is to know nothing</li>
  21. <li>boom big <strong>BRAIINNNNN</strong>
  22. <ul>
  23. <li>so if u tuck in your shirt in ur pants</li>
  24. <li>so that means that u tucked in your shirt in your pants</li>
  25. <li>but if u untuck ur shirt </li>
  26. <li>does that mean that <strong>ur pants are tucked in ur shirt</strong></li>
  27. </ul>
  28. </li>
  29. </ul>
  30.  
  31. <button>Press me for no reason</button>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement