Advertisement
Guest User

Untitled

a guest
May 28th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2. <!DOCTYPE html><html><head><title>Unreadable HTML</title><style>body{font-family:Arial,sans-serif;}h1{color:red;}p{font-size:16px;margin-bottom:10px;}</style></head><body><h1>Welcome to my website</h1><p>This is a paragraph of text that should be wrapped properly.</p><p>This is another paragraph. It has some more content that should be indented correctly.</p></body></html>
  3.  
  4.  
  5. ------
  6.  
  7. when I do gg=G
  8.  
  9. it stays same...
  10.  
  11. ----
  12.  
  13. But when I use some online formatter, like https://www.freeformatter.com/
  14.  
  15. It gives:
  16.  
  17. <!DOCTYPE html>
  18. <html>
  19. <head>
  20. <title>Unreadable HTML</title>
  21. <style>body{font-family:Arial,sans-serif;}h1{color:red;}p{font-size:16px;margin-bottom:10px;}</style>
  22. </head>
  23. <body>
  24. <h1>Welcome to my website</h1>
  25. <p>This is a paragraph of text that should be wrapped properly.</p>
  26. <p>This is another paragraph. It has some more content that should be indented correctly.</p>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement