为了账号安全,请及时绑定邮箱和手机立即绑定

范例应该这样写才对。

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>clear与margin重叠</title>
</head>

<body>
1.
<div style="background-color: #f5f5f5;">
    <img src="http://img1.sycdn.imooc.com//53d60af3000171a002560191.jpg" style="float:left;">
	<div style="clear:both; margin-bottom:100px;">clear:both;</div>
</div>

<div style="margin-top: 100px;">本文字离图片的距离是?</div>
<br><br><br><br>2.
<div style="background-color: #f5f5f5; overflow: hidden;">
	<img src="http://img1.sycdn.imooc.com//53d60af3000171a002560191.jpg" style="float:left; margin-bottom: 100px;">
	<div style="margin-top: 100px;">本文字离图片的距离是?</div>
</div>

</body>
</html>




正在回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信