show a break line in a paragraph html with javascript code example
Example 1: html put newline in text with \n
white-space: pre-line;
Example 2: html newline
1st line
<br>
2nd line
white-space: pre-line;
1st line
<br>
2nd line