首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

margin-bottom的功用

2013-03-29 
margin-bottom的作用htmlheadstyle typetext/cssp.bottommargin {margin-bottom: 3cm}/style/

margin-bottom的作用

<html>
<head>
<style type="text/css">
p.bottommargin {margin-bottom: 3cm}
</style>
</head>

<body>
<p>这个段落没有指定外边距。</p>
<p class="bottommargin">这个段落带有指定的下外边距。</p>
<p>这个段落没有指定外边距。</p>
</body>

</html>

热点排行