|
|
Browse by Tags
All Tags » specificity
-
only one element on a page can have a specific id attribute
div#blah targets the div element with the id="blah" attribute
#blah targets the one element with the id="blah" attribute
any number of elements on a page can specify the same class attribute
div.flibberty targets the div element(s) that contain the ...
|
|
|