output:
hello How are you
code:
Ho
You can use white-space: pre; to make elements act like , which preserves newlines. Example:
white-space: pre;
p { white-space: pre; }
Note for IE that this only works in IE8+.