案例:CSS3 案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
p.topmargin {margin-top: 5cm}
5
</style>
6
</head>
7
8
<body>
9
<p>这个段落没有指定外边距。</p>
10
<p class="topmargin">这个段落带有指定的上外边距。</p>
11
</body>
12
</html>
13

 运行结果 
 北美留学生论坛