margin

English [?mɑ:d??n] American [?mɑ:rd??n]

n. Edge, range; limit; profit, surplus; (outside the version) ) of the blank

vt. Leave a margin; become the side of...; add a margin to, surround; add a margin for...

Plural: margins

left

UK[left] 美[l?ft]

adj.Left, left;leftist

n.Left, left;[Army]left wing; Leftist, radical

adv. to the left; on the left

v. to leave (past tense and past participle of leave)

Plural: lefts

css margin-left property syntax

Function: Set the left margin of the element.

Note: Negative values ??are allowed.

Note: All major browsers support the margin-left attribute.

css margin-left property example

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

<body>
<p>這個(gè)段落沒(méi)有指定外邊距。</p>
<p class="leftmargin">這個(gè)段落帶有指定的左外邊距。</p>
</body>

</html>

Run instance ?

Click the "Run instance" button to view the online instance