如何在HTML中指示一个段落中的潜在断词点?

王林
王林 转载
2023-08-29 20:57:03 1040浏览

如何在HTML中指示一个段落中的潜在断词点?

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中指示一个段落中的潜在断词点?的详细内容,更多请关注php中文网其它相关文章!

声明:本文转载于:tutorialspoint,如有侵犯,请联系admin@php.cn删除