Which of the following selectors selects direct descendents?
Which of the following selectors selects direct descendents? Correct Answer E > F
Example: body > p {background-color: yellow;}/* makes all p tags that have the body tag as their immediate parent have the background color yellow */