1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<body>标签中,输入html代码:
<divstyle="background:#0b93d5border:0">123</div>
<divstyle="background:#0b93d5border:0">123</div>
3、浏览器运行index.html页面,此时两个div中间的空隙被去除了。
<body style="background:blackmargin:0padding:0"><div style="display:flex">
<img src="2019-2-1.jpg" style="width:20%display:blockfloat:left"/>
<img src="2019-2-1.jpg" style="width:20%display:blockfloat:left"/>
<img src="2019-2-1.jpg" style="width:20%display:blockfloat:left"/>
<img src="2019-2-1.jpg" style="width:20%display:blockfloat:left"/>
<img src="2019-2-1.jpg" style="width:20%display:blockfloat:left"/>
</div>
</body>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)