CSDN markdown多张图片显示并排并列显示
·
- 并列显示
<figure>
<img src="http:xxx.png#pic_center"/>
<img src="http:xxx.png#pic_center"/>
<img src="http:xxx.png#pic_center"/>
...
</figure>
- 并排居中显示
注意:并排显示需要各个 < i m g s r c = " " > <img src=""> <imgsrc="">之间不要有换行。并且需要调试height的高度,否则会在多行显示。
<div align="center">
<img src="https://img-blog.csdnimg.cn/20210715171022421.png" height=160><img src="https://img-blog.csdnimg.cn/20210715171022503.png" height=160><img src="https://img-blog.csdnimg.cn/20210715171022485.png" height=160>
</div>
更多推荐



所有评论(0)