Skip to main content

2 docs tagged with "Sibling Element"

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

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