菜鸟教程 tryhtml_img_vspace_css 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <h4>Image with no margins</h4>
<p><img src="/upload2/statics/images/course/smiley.gif" alt="Smiley face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p>

<h4>Image with 50px margins on top and botttom</h4>
<p><img src="/upload2/statics/images/course/smiley.gif" alt="Smiley face" width="42" height="42" align="middle" style="margin:50px 0px">This is some text. This is some text. This is some text.</p>