
HTML的
示例
您可以尝试运行以下代码来学习如何在HTML中实现
<!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>

