Some less commonly-used CSS selectors
We all know the common CSS selectors that most of us use every day: Select by Classname: .classname {color:#000} Select by Element ID: #id {color:#000} Select by tagname: tagname {color:#000} And combinations of these: Select
Continue reading