I\'m currently working on a project where I have no control over the HTML that I am applying CSS styles to. And the HTML is not very well labelled, in the sense that there a
Text Input Example
input[type=text] { width: 150px; } input[name=myname] { width: 100px; }