CSS Selectors for Input elements

Soldato
Joined
18 Oct 2002
Posts
16,037
Location
The land of milk & beans
A quickie:

<input type="text" name="txtOne" value="1234"><br />
<input type="file" name="txtFile" value="">

with the above, how can i have 2 CSS selectors to identify the above input elements without using classes or id's?
 
Back
Top Bottom