下列样式代码中,用于定义盒子上边框为2像素、单实线、灰色的是(多选)
A. border-top:2px solid
B. CCC;
C. border-top:2px dashed
D. CCC;
E. border:2px solid
F. CCC;
G. border-top-style:solid; border-top-width:2px; border-top-color:
H. CCC;
下列选项中,可清除元素默认内外边距的是(多选)
A. font-size:0;
B. line-height:0;
C. padding:0;
D. margin:0;
在盒子模型中边框是一个重要的属性,下列选项中属于边框属性的是(多选)
A. border-style
B. border-height
C. border-width
D. border-color
使块级元素水平居中,需要遵循以下哪些条件(多选)
A. 为元素设置高度height
B. 为元素设置宽度width
C. 将元素左右外边距的值设置为auto
D. 使元素浮动float