CSS Combinators

Cascading Stylesheets Tutorial


1. Descendant Selector

The descendant selector matches all elements that are descendants of a specified element.

Example

Code

Output

heading 4

paragraph

  • list item 1
  • list item 2