属性选择器语法格式不正确的是()。
A:input[type="text"]{background:red;}
B:input{type="text"}{background:red;}
C:input[type=password]{background:red;}
D:input[type=’password’]{background:red;}
出自:计算机科学