当前位置: 首页 > 文档资料 > HTML 入门教程 >

<nobr>

优质
小牛编辑
116浏览
2023-12-01

描述 (Description)

HTML 标记用于指示浏览器不要破坏指定的文本(例如发生在浏览器窗口右边缘的常用换行)。

这与标签一起使用,建议扩展浏览器何时可以在其他不可破解的文本序列中插入换行符。 与始终导致换行的
标记不同,即使在标记的段内,标记仅在放置在标记的内容段内时才起作用,并且只有在当前行已经超出浏览器的显示窗口边距。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML nobr Tag</title>
   </head>
   <body>
      <nobr>This is a very long sequence of text that is forced to be 
      on a single line, even if doing so causes <wbr />
      the browser to extend the document window beyond the size of the 
      viewing pane and the poor user must scroll right <wbr />
      to read the entire line.
      </nobr>
   </body>
</html>

全局属性 (Global Attributes)

此标记支持HTML Attribute Reference描述的所有全局属性

浏览器支持 (Browser Support)

此标记仅适用于Netscape 4及更高版本。

ChromeFirefoxIEOperaSafariAndroid
NoNoNoNoNoNo