可以在文本中使用\n
换行符,或者使用CSS样式中的white-space: pre-line;
来实现自动换行。例如:
<p style="white-space: pre-line;"> This is the first line.\n This is the second line. </p>
或者在CSS样式中添加:
p { white-space: pre-line; }
然后在HTML文本中使用换行符\n
即可自动换行。
可以在文本中使用\n
换行符,或者使用CSS样式中的white-space: pre-line;
来实现自动换行。例如:
<p style="white-space: pre-line;"> This is the first line.\n This is the second line. </p>
或者在CSS样式中添加:
p { white-space: pre-line; }
然后在HTML文本中使用换行符\n
即可自动换行。