Selects elements that have the specified attribute with a value beginning exactly with a given string. This
Selects even elements, zero-indexed. See also odd. In particular, note that the 0-based indexing
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 elements that have the specified attribute with a value containing a given word, delimited by spaces. This
Select all elements at an index less than index within the matched set. index-related
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()
Selects all elements that are visible. Elements are considered visible if they consume space in
Select all elements that have no children (including text nodes). This is the inverse of :parent
Selects all elements that are the only child of their parent. If the parent has other child elements
Page 1 of 7