margin
Bahasa Inggeris [ˈmɑ:dʒɪn] AS [ˈmɑ:rdʒən] n, julat, lebihan; margin of... ;Tambah jidar ke, keliling; tambah marginalia ke... jamak: marginsbottom
Bahasa Inggeris [ˈbɒtəm] US [ˈbɑ:təm]
; ; akhiradj 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>这个段落没有指定外边距。</p> <p class="bottommargin">这个段落带有指定的下外边距。</p> <p>这个段落没有指定外边距。</p> </body> </html>
Run Instance »
Klik butang "Run Instance" untuk melihat instance dalam talian