设置盒子的宽度使用()属性
A. height
B. width
C. border
在CSS样式表中,为元素添加背景颜色,使用()属性
A. color:red;
B. background-color:red;
C. backgroundcolor:red;
设置元素的边框线的线型单实线,红色,1px粗细,,哪个是正确的()
A. border:1px dashed red;
B. border:1px solid red;
C. border:1px dotted red;
元素的底部外边距属性设置为10px ,可以写成()
A. margin-top:10px;
B. margin-bottom:10px;
C. padding-top:10px;
D. padding-bottom:10px;