White Space
This is an example of whitespace.Hello.How are you.The space between each phrase is whitespace. White space is a programming language that contains spaces, tabs and new paragraphs.
<head><style type="text/css">p{white-space:nowrap;}</style></head><body><p>This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.</p></body></html>
That previous text would come out with this:This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.

White space

  • 1.
  • 2.
    This is anexample of whitespace.Hello.How are you.The space between each phrase is whitespace. White space is a programming language that contains spaces, tabs and new paragraphs.
  • 3.
    <head><style type="text/css">p{white-space:nowrap;}</style></head><body><p>This issome text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.</p></body></html>
  • 4.
    That previous textwould come out with this:This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.This is some text. This is some text. This is some text.