Text Output Mode in CSS
Display some text on the screen so that the hyphens and indents in it are the same as in the code editor.
Make a div with a width of 200px. Make sure that the text in this div does not go to a new line. Add long text to the div that will not fit in width in this block. Check that the text will come out from the right side of the block.
Write code that demonstrates the difference between the values pre, pre-wrap, and pre-line.