Selector | Examples | Name | Notes |
---|---|---|---|
> |
a > b a > b > c
|
Child | Matches when element B is one level below (the child) of element A. |
Selector | Examples | Name | Notes |
---|---|---|---|
> |
a > b a > b > c
|
Child | Matches when element B is one level below (the child) of element A. |