Select all <span> elements that are a direct child of a <div> element:
The ("parent > child") selector selects all elements that are a direct child of the specified element.
| Parameter | Description |
|---|---|
| parent | Required. Specifies the parent element to be selected |
| child | Required. Specifies the direct child element (of the specified parent element) to be selected |
Select
all <li> elements that are a direct child of an <ul> element
How to select all <li> elements that are a direct child of an <ul>
element with a classname.
Your message has been sent to W3Schools.