How to line-break from css, without using
?

后端 未结 26 1489
攒了一身酷
攒了一身酷 2020-11-22 15:49

output:

hello
How are you

code:

hello
How are you

Ho

26条回答
  •  轮回少年
    2020-11-22 16:24

    Using   instead of spaces will prevent a break.

    I DONT WANT TO BREAK THIS LINE UP, but this text can be on any line.
    

提交回复
热议问题