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

<wbr>

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

描述 (Description)

如果需要,HTML 标记定义潜在的换行符。 这代表词断裂机会。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML wbr Tag</title>
   </head>
   <body>
      <wbr />The browser to extend the document window beyond the size 
      of the viewing pane and the poor user must scroll right<wbr />
   </body>
</html>

全局属性 (Global Attributes)

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

事件属性 (Event Attributes)

此标记支持 - HTML Events Reference描述的所有事件属性

浏览器支持 (Browser Support)

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes