HTML元素 - wbr

定义

向一块 NOBR 文本中插入软换行。

Inserts a soft line break into a block of NOBR text.

注释

所谓软换行,是指位于 NOBR 区域内的一个点,该点处允许换行但不是必需的。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素不会显示。

此元素不需要关闭标签。

A soft line break is a point inside a NOBR section at which a line break is permitted but not required.

This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is not rendered.

This element does not require a closing tag.

示例代码

<NOBR>此行文本不会断行,不管窗口的宽度如何。</NOBR>
<NOBR>但是,本行,<WBR>如果窗口的宽度
太小的话,将在“本行,”后断行。</NOBR>

另见

br