Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- metadata goes here -->
  5. <title>Hello there</title>
  6. </head>
  7. <h1>This be a header</h1>
  8. <h2>this be smaller</h2>
  9. <h3>this be smaller</h3>
  10. <h4>smal pp</h4>
  11. <h5>smaller than the pp</h5>
  12. <h6>smallest pp</h6>
  13.  
  14. <p>Wassup this be a big <strong>ass</strong> paragraph u <em>dummy</em> bcuz without this one u can have a space when u have more paragraphs.</p>
  15.  
  16. but if i do it without the pps its gonna look
  17.  
  18. like this even tho i put a space in my code there
  19.  
  20. <button>Press here for big pp</button>
  21.  
  22. <ul>
  23. <li>itemos uno
  24. <ul>
  25. <li>wasup im a list inside a list</li>
  26. </ul>
  27. </li>
  28. <li>itemos duo</li>
  29. </ul>
  30.  
  31. <ol>
  32. <li>itemos uno</li>
  33. <li>itemos duo</li>
  34. </ol>
  35.  
  36. <body>
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement