单项选择题

A.margin:0是设置内边距上下左右都为0
B.margin:20px 50px;是设置外边距左右为20px,上下为50px
C.margin:10px 20px 30px;是设置内边距上为10px,下为20px;左为30px
D.margin:10px 20px 30px 40px;是设置外边距上为10px,右为20px,下为30px,左为40px