如果需要,HTML <wbr>标签定义潜在的断点。
<!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>
这将产生以下结果-
此标签支持- HTML属性参考中所述的所有全局属性。
此标签支持- HTML事件参考中所述的所有事件属性。
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |
这一章你学到了什么?做个笔记,好记忆不如烂笔头! 如果觉得对您有帮助,请分享给您的朋友。
祝学习愉快! (您也可以 选中需要修改的内容->右键->进行编辑)