<!DOCTYPE html> <html> <head> <title>whitespace pre test</title> <style> div { white-space: pre; } </style> </head> <body> <div>a b c</div> </body> </html>