A. h1,ul,li,dd{margin:0px;padding:0px;} B. #header,.menu{width:350px;float:right;} C. #header.menu{width:350px;float:right;} D. #header .menu{width:350px;float:right;}
A. p{font-size:12px;} B. h1 .txt{color:red;} C. h1.txt,li{color:red;} D. #end{font-size:14px;}
A. border width B. border height C. height width D. width height
A. 盒子模型是页面布局的基础,它包括外边距、边框、内边距以及元素的宽高等属性 B. border(边框)代表盒子外壳本身的宽度 C. margin(外边距)代表内容与边框间的距离 D. padding(内边距)代表盒子中内容与其边框之间的距离
A. 外边距 B. 内边距 C. 外边框 D. 内边框