Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of CSS White Space</title> <style> p { white-space:nowrap; } </style> </head> <body> <p> Contrary to popular belief, Lorem Ipsum is not simply random text.. Contrary to popular belief, Lorem Ipsum is not simply random text.. Contrary to popular belief, Lorem Ipsum is not simply random text.. Contrary to popular belief, Lorem Ipsum is not simply random text.. Contrary to popular belief, Lorem Ipsum is not simply random text.. Contrary to popular belief, Lorem Ipsum is not simply random text.. </p> </body> </html>