margin

Bahasa Inggeris [?mɑ:d??n] AS [?mɑ:rd??n]

n, julat, lebihan; margin of... ;Tambah jidar ke, keliling; tambah marginalia ke...

jamak: margins

bottom

Bahasa Inggeris [?b?t?m] US [?bɑ:t?m]

; ; akhir

adj Present participle: bottoming Past tense: bottomed Past participle: bottomed

css margin-bottom property sintaks

Fungsi: Tetapkan margin bawah elemen.

Nota: Nilai negatif dibenarkan.

Nota: Semua pelayar utama menyokong atribut margin-bawah.

css margin-bottom property contoh

<html>
<head>
<style type="text/css">
p.bottommargin {margin-bottom: 2cm}
</style>
</head>

<body>
<p>這個(gè)段落沒有指定外邊距。</p>
<p class="bottommargin">這個(gè)段落帶有指定的下外邊距。</p>
<p>這個(gè)段落沒有指定外邊距。</p>
</body>

</html>

Run Instance ?

Klik butang "Run Instance" untuk melihat instance dalam talian