Child Element
Noun · Development
Definitions
An element directly contained within another element in a document tree or component hierarchy. Child-element relationships matter in layout, selectors, event propagation, and code that traverses structured UI trees.
In plain English: An element that sits directly inside another element.
Example: "The style bug happened because the selector targeted every descendant instead of just the direct child element of the container."