该属性用于设置元素顶部的外边距。
<div style="background: red; width: 200px; height: 420px;">
<div style="background: blue; width: 200px; height: 200px;"></div>
<div style="background: green; width: 200px; height: 200px; margin-top: 20px;"></div> <!-- 绿色容器的顶部空出 20px -->
</div>
显示效果