Skip to main content

6 docs tagged with "Combinator"

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

Child Selector

Child Selector is defined as: > Selector for direct Child HTMLElement. Topics on: select first level list element. Read more: CSS, CSS Syntax, Selector, Combina

Combinator

Combinator. Topics on: Adjacent Sibling Selector, General Sibling Selector, Child Selector, Descendent Selector. Read more: CSS, CSS Syntax, Selector, Combinato

Descendent Selector

Descendent Selector is defined as: Selector for Descendant HTMLElement (rel to other HTMLElement). Topics on: apply style to ul.menu>li>a. Read more: CSS, CSS S

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