题目内容

下列哪个正确的css集体声明方式

A. p;h1{color:red;}
B. .one{color:red;}
C.
D. two{color:red;}
E. p,h1{color:red;}

查看答案
更多问题

要在html标签中应用css类选择器所定义的样式,要设置标签的( )属性。

A. id
B. class
C. name
D. src

在html文件中引用abc.css文件中的样式,方法是

A.
B.
C.
D.

下列选项中,用于改变盒子模型内填充的是

A. margin
B. padding
C. type
D. border

下列选项中,可清除元素默认外边距的是

A. font-size:0;
B. line-height:0;
C. padding:0;
D. margin:0;

答案查题题库