Question:To apply style on every input element except text, which of the following selectors should be used? 

A input:([!type='text']) 

B input:not([type="text"]) 

C input:not([type!="text"]) 

D input:([type!='text']) 

+ Answer
+ Report
Total Preview: 912

Copyright © 2025. Powered by Intellect Software Ltd