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
bottom
英[?b?t?m] US[?bɑ:t?m]
n.Bottom; end; hip; end
adj. Bottom of
vt .install the bottom; measure the depth; find out the truth
vi.reach the bottom; establish the foundation
Third person singular: bottoms Plural: bottoms Present participle: bottoming Past tense: bottomed Past participle: bottomed
css margin-bottom property syntax
Function: Set the lower margin of the element.
Note: Negative values ??are allowed.
Note: All major browsers support the margin-bottom attribute.
css margin-bottom property example
<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 ?
Click the "Run instance" button to view the online instance