定义了类选择器test,让段落应用class名为test的类,下列写法正确的是:
A: .test{color:red;}
B: #test{color:red;}
C: test{color:red;}
D: ,test{color:red;}
A: .test{color:red;}
B: #test{color:red;}
C: test{color:red;}
D: ,test{color:red;}
举一反三
- 使用选择器,选择test的类的段落,下列写法正确的是() A: .p.test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: .p,test{color:red;}
- 使用标签指定式选择器,让段落使用id名为test的样式,下列写法正确的是 A: p .test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: p,test{color:red;}
- 下面( )符合类别选择器的样式规则定义 A: .test{clore:red; font-size:24px;} B: H2{color:red; font-family:宋体;} C: D: grass{color:green; font-size:24px;} E: .test{color="red", text-align="left"}
- 定义了类选择器test,让段落应用class名为test的类,下列写法正确的是:
- 下列哪个是类选择器()。 A: hover{color:red;} B: p{font-size:20px;} C: .test{text-align:center} D: #id{width:300px;height:300px;}