legon7524306481
2016-11-10 16:05
div标签里面的文字内容box1,我把他改成“box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1”这段改成超过一行宽度的文字,为什么显示出现没法像上面的文字一样自动换行呢
详见 http://www.php100.com/html/webkaifa/DIV_CSS/2009/0416/2453.html
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>对齐</title>
<style type="text/css">
#txt{
color:red;
word-break:break-all;
width:200px;
}
</style>
</head>
<body>
<div id="txt">box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1</div>
</body>
</html>
初识HTML(5)+CSS(3)-升级版
1225301 学习 · 18230 问题
相似问题