Selects all next elements matching "next" that are immediately preceded by a sibling "prev". One
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces. This
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Selects all elements that have no siblings with the same element name. If the parent has other child
Selects element if it is currently focused. As with other pseudo-class selectors (those that begin
Selects all elements that do not match the given selector. All selectors are accepted inside :not()
Select all elements at an index less than index within the matched set. index-related
Select all elements that have at least one child node (either an element or text). This is the inverse
Selects all elements that are hidden. Elements can be considered hidden for several reasons:
Selects the first matched element. The :first pseudo-class is equivalent to :eq(
Page 2 of 7