单项选择题
(网站)<h1></h1>里加CSS样式正确的是:()
A.!h1{color:red;width:100px;height:110px;}
B.#h1{color:red;width:100px;height:110px;}
C.h1{color:red;width:100px;height:110px;}
D..h1{color:red;width:100px;height:110px;}
点击查看答案&解析
相关考题
-
单项选择题
(网站)下列选项中,默认相对于body定位的属性值是()
A.fixed
B.absolute
C.static
D.relative -
单项选择题
(网站)用CSS如何定义元素背景图片:()
A.color:url(img/15.gif)
B.font:url(img/17.gif)
C.background:url(img/ca.gif)
D.img:url(img/13.gif) -
单项选择题
(网站)给样式名为div1的元素中的文字定义字体颜色为纯蓝色:()
A.#div1{color:#00f}
B..div1{color:#f00}
C.div{color:#00f}
D..div1{color:#00f}
