代码示例:(标识:eg_csse_margin-right)
<html>
<head>
<style type="text/css">
p.rightmargin {margin-right: 8cm}
</style>
</head>

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

</html>
运行结果: