单项选择题
css伪类选择器书写正确的是():
A.vv:link{width:20px;height:30px;}
B.a{width:20pxheight:30px;}
C.a:hover{width:80px;height:40px;}
D.#id{width:20px;height:30px;}
点击查看答案&解析
相关考题
-
单项选择题
哪一个是H5中新增加的标签?()
A.nav
B.thead
C.h1
D.title -
单项选择题
默认情况下,以下哪个属性在ie6中有兼容问题?()
A.opacity
B.border
C.font-weight
D.background-color -
单项选择题
<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;}
