Possible Duplicate:
CSS selectors - how to select ‘for’ in CSS?
I have the following html. Can I target the label based on its for attribute (so only target this label)?
<label for="something">Text</label>
I have the following html. Can I target the label based on its for attribute (so only target this label)?
|
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can target the attribute by :
For stands for the attribute name |
|||
|
|