菜鸟教程 tryhtml_object_vspace_css 在线代码实例

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

 <h4>没有边距的对象:</h4>
<p><object width="150" height="150" data="/statics/demosource/helloworld.swf"></object>这是一些文本。这是一些文本。这是一些文本。</p>

<h4>顶部和底部边距为100像素的对象:</h4>
<p><object width="150" height="150" data="/statics/demosource/helloworld.swf" style="margin:100px 0px"></object> 这是一些文本。这是一些文本。这是一些文本。</p>