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;}