A.margin B.padding C.dashed D.style
A.一個(gè)盒子由外邊距、邊框、填充和內(nèi)容區(qū)域4個(gè)部分組成 B.盒子的填充、邊框、外邊距和內(nèi)容區(qū)域都分為上、下、右、左四個(gè)方向 C.CSS定義盒子的width和height時(shí),實(shí)際上定義的是內(nèi)容區(qū)域content的width和height D.盒子的占據(jù)的空間是內(nèi)容寬度加上padding、border和margin
A..box{margin:5px10px10px5px;} B..box{margin:5px10px0px0px;} C..box{margin:5px10px;} D..box{margin:10px5px10px5px;}