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
Cascading Stylesheets Tutorial
The descendant selector matches all elements that are descendants of a specified element.
Code
Output
paragraph