Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>White Space Collapsing in HTML</title> </head> <body> <p>This paragraph contains multiple spaces in the source code.</p> <p> This paragraph contains multiple tabs and line breaks in the source code. </p> </body> </html>