Skip to main content

6 docs tagged with "selector"

View all tags

Adjacent Sibling Selector

Adjacent sibling selector is used to select an element that is immediately preceded by another element.

Child Selector

Child selector is used to select an element that is a direct child of another element.

Compound Selectors

Compound selectors are used to select elements based on multiple conditions.

Descendant Selector

Descendant selector is used to select an element that is a descendant of another element.

Pseudo-Class Selectors

Pseudo-class selectors are used to style elements based on their state or position in the document.