清除浮动4-插入多余的div

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Author" content="胡超">
<title>super胡</title>
<style>
.news {
background-color: gray;
border: solid 1px black;

}
.news img {
float: left;
}

.news p {
float: right;
}
.clear{
clear:both;
}

</style>
</head>
<body>
<div class="news clearfix">
<img src="7v/1318240446520.jpg"/>
<p>some text</p>
<div class="clear"></div>
</div>

</body>
</html>

上一篇:HAProxy(三):Keeplived+HAProxy搭建高可用负载均衡动静分离架构基础配置示例


下一篇:用phpcms如何将静态页面制作成企业网站,头部加尾部