margin

English [?mɑ:d??n]

n. ????, ??; ??(??? ?? ??)

vt. ?? ??... ; ?? ??...

plural: margins

left

English [??] US [l?ft]

adj ??, ??; n. ??, ??; ?? ??, ???

adv. ??

v. ??? ???: ??

CSS ??-?? ?? ???

??: ??? ?? ??? ?????.

??: ?? ?? ?????.

??: ?? ?? ????? margin-left ??? ?????.

CSS ??-?? ?? ?

<html>
<head>
<style type="text/css">
p.leftmargin {margin-left: 20px}
</style>
</head>

<body>
<p>這個段落沒有指定外邊距。</p>
<p class="leftmargin">這個段落帶有指定的左外邊距。</p>
</body>

</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????