【发布时间】:2011-01-04 00:41:51
【问题描述】:
  字符是一个不允许换行的空格。
<p>lorem ipsum here are some words and so on</p>
| lorem ipsum |
| here are some words and so |
| on |
与此相反的是什么?也就是说,一个不呈现为空格的字符,但可以用于换行。
<p>foo supercalifragilisticexpialidocious bar</p>
<!-- put char here ^ and here ^ -->
|foo supercalifragi |
|listicexpiali |
|docious bar |
or with wider size:
|foo supercalifragilisticexpiali |
|docious bar |
我知道soft-hyphen character,但出于我的目的,我确实不希望在休息时添加连字符。
【问题讨论】:
标签: html character line-breaks hyphenation