HTML元素 - nobr

定义

不换行显示文本。

Renders text without line breaks.

注释

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

此元素不改变显示。

此元素需要关闭标签。

The NOBR element is available in HTML and script as of Internet Explorer 4.0.

This element is not rendered.

This element requires a closing tag.

示例代码

<NOBR>这是不该换行的文本,这是一行不该换行的文本 . . .
这是文本行的结尾。</NOBR>

标准信息

此对象是对 HTML  的扩展。

This object is an extension to HTML .