说明
HTML <wbr> 标签定义潜在的换行点(如果需要)。这代表分词机会。
示例
<!DOCTYPE html>
<html>
<head>
<title>HTML wbr 标签</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>
全局属性
此标签支持以下描述的所有全局属性 - HTML 属性参考
事件属性
此标签支持以下描述的所有事件属性 - HTML 事件参考
浏览器支持
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
是 | 是 | 是 | 是 | 是 | 是 |