Skip to main content

3 docs tagged with "Adjacent Sibling Selector"

View All Tags

Adjacent Sibling Selector

Adjacent Sibling Selector is defined as: + Selector for Sibling Element; E1 + E2 {} where E2 is selector target. Topics on: equivalent to sideways DOM Traversal

General Sibling Selector

General Sibling Selector is defined as: ~ Selector less strict Adjacent Sibling Selector; E1 ~ E2 {} where E2 is selector target. Topics on: select <p> preceded

Sibling Element

Sibling Element is defined as: Elements at same level. Topics on: . Read more: CSS, CSS Syntax, Selector, Combinator, Adjacent Sibling Selector, Sibling Element