You can target the attribute by :
label[for="something"] {
/* woohoo! */
}
For stands for the attribute name
and =”value” stands for its value.
You can target the attribute by :
label[for="something"] {
/* woohoo! */
}
For stands for the attribute name
and =”value” stands for its value.