Simple Selector
↔ CSS Selector to match on single condition
aka Basic-Selector
Type Selector
Selector to match all instance by typeof HTMLElement
node in Document
Class Selector
.myClass
Selector to match any HTMLElement
with class
attribute
ID Selector
#myID
Selector to match single unique Element
Attribute Selector
State Selector
References
Pseudo-Class
↔ Simple Selector:
postfix to match special state of selected element(s)