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