下列哪个是类选择器()。
A: hover{color:red;}
B: p{font-size:20px;}
C: .test{text-align:center}
D: #id{width:300px;height:300px;}
A: hover{color:red;}
B: p{font-size:20px;}
C: .test{text-align:center}
D: #id{width:300px;height:300px;}
举一反三
- 设置DIV宽为500像素和高为400像素的正确方法是? A: height:500 px; width:400 px; B: margin:500px; padding:400 px; C: padding:500 px;margin:400 px; D: width:500 px;height:400 px;
- 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;}
- 如果在网页中要用单独一行居中以红色7号字体显示“武汉理工大学”,则下面正确的选项包括( )。 未知类型:{'options': ['[p align="center"]<font size="+4" color="', 'FF0000">武汉理工大学</font></p>', '[p align="center"][font size="7" color="red"]武汉理工大学[/]', '[p style="text-align:center;color:red;font-size:xx-large"]武汉理工大学', '[p style="text-align:center;color:rgb(255,0,0);font-size:xx-large"]武汉理工大学'], 'type': 102}
- 定义一个宽度为200px,高度为300px的盒子,代码正确的是? A: width=200px;height=300px; B: width:200px;height:300px; C: width=300px;height=400px; D: width:300px;height:400px;
- 以下样式中使用id选择器的是? A: p.center {text-align:center;} B: [title]{text-align:center;color:red;} C: D: para1{text-align:center;color:red;} E: .cc{text-align:center;color:red;}