效果图:
image.png代码:
<!DOCTYPE html>
<html>
<head>
<title> </title>
<style type="text/css">
.wscont{
margin:12px;
padding:12px;
width:300px;
background:#f1f1f1;
border:1px solid #bababa;
line-height:32px;
font-size: 15px;
font-family: "微软雅黑";
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
</style>
</head>
<body>
<div class="wscont">
妹纸前端测试white-space属性,
white-space属性的keywrod值。
</div>
</body>
</html>
网友评论