以下使用类选择器正确的是()
A: p style=”height:300px”
B:
C:
D:
A: p style=”height:300px”
B:
C:
D:
举一反三
- 以下使用类选择器正确的是() A: <p style=”height:300px”> B: <div id=”x”> C: <div class=”one”> D: <div link=”one.css”>
- 下列哪个是类选择器()。 A: hover{color:red;} B: p{font-size:20px;} C: .test{text-align:center} D: #id{width:300px;height:300px;}
- 以下使用ID选择器正确的是() A: p style=”width:90px” B: C: D:
- 定义一个宽度为200px,高度为300px的盒子,代码正确的是? A: width=200px;height=300px; B: width:200px;height:300px; C: width=300px;height=400px; D: width:300px;height:400px;
- 以下只显示标签选择器效果的是() A: p style=”width:90px” B: C: D: HTML