Can I create separate css properties in the head of a .html file for the different types of input boxes? In other words, I can type this:
input {color:black;}
and all input tags now display black text. Does css allow me to specify instead properties for just text boxes, just buttons, just radio buttons?
input {color:black;}
and all input tags now display black text. Does css allow me to specify instead properties for just text boxes, just buttons, just radio buttons?