How can I target input fields of type \'text\' using CSS selectors?
input[type=text]
This will select all the input type text in a web-page.