Selects elements that have the specified attribute, with any value.
Selects all elements that are the nth-child of their parent, counting from the last element to the first. Because
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
Select all elements that are in the progress of an animation at the time the selector is run.
Matches elements that match all of the specified attribute filters.
Select all elements at an index greater than index within the matched set. index-related
Select the element at index n within the matched set. The index-related selectors (:eq()
Matches all elements that are checked or selected. The :checked selector works for
Selects elements which contain at least one element that matches the specified selector. The expression
Selects the target element indicated by the fragment identifier of the document's URI. If the document's
Page 3 of 7