下列CSS代码进行缩写,符合缩写的规范的是background-position:0 0;background-repeat:no-repeat;background-image:url(background.gif);
A. background-image: "background.gif" no-repeat 0 0;
B. background-url: " background.gif") no-repeat 0 0;
C. background:url("background.gif") no-repeat 0 0;
D. background: "background.gif" no-repeat 0 0;
查看答案
在下面的XHTML中,哪个可以正确地标记折行?( )
A.
B.
C.
D.
下列( )HTML属性可用来定义内联样式。
A. font
B. class
C. styles
D. style
以下( )属性可以去除列表中的项目符号。
A. list-type
B. list-style-image
C. list-style-type
D. type
以下代码片断中,属于绝对定位的是( )。
A.
B. box{width:100px;height:50px;position:absolute;}
C. B.
D. box{width:100px;height:50px; position:static;}
E. C.
F. box{width:100px;height:50px; position:relative;}
G. D.
H. box{width:100px;height:50px;}