Selects all next elements matching "next" that are immediately preceded by a sibling "prev". One
Selects all elements that are selected. The :selected selector works for <option>
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that have no siblings with the same element name. If the parent has other child
Selects all elements that are the last child of their parent. While
Selects element if it is currently focused. As with other pseudo-class selectors (those that begin
Selects all elements that are visible. Elements are considered visible if they consume space in
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 all elements that are the only child of their parent. If the parent has other child elements
Page 1 of 7