I have got a text like this:
<p>One day I went to the park and then ate the apple.</p>
And then browser (due to contain width etc) renders it like this:
One day I went to the park
and then ate the apple.
Then, with which [escape] character, should I get the broken line? If the line was broken with a
, then it was easy, but now it is not using any HTML tag to do so.