It is a jQuery Selector used to select all elements that are the direct child of its parent element.
Syntax:
("parent > child")
Parameter Values:
Example 1:
Output:
👁 Image
Example 2: