margin:設定邊界
    屬性值:點數,預設值:0
    其中可細分為:margin-top,margin-bottom,margin-left,margin-right

範例:
<style type="text/css">
        .box1  { margin:10; }               
</style>

說明:設定上下左右的邊界都是10點