A.序号子元素选择器 B.首个子元素选择器 C.通用兄弟元素选择器 D.最后一个子元素选择器
A.input[type="text"]{background:red;} B.input{type="text"}{background:red;} C.input[type=password]{background:red;} D.input[type=’password’]{background:red;}