Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p.ex1 {
  margin-top: 25px;
}
</style>
</head>
<body>
<h1>margin-top 属性</h1>
<p>没有指定边距的段落。</p>
<p class="ex1">上边距为 25 像素的段落。</p>
<p>没有指定边距的段落。</p>
</body>
</html>