Discussion :: CSS MCQs
- Which of the following selectors selects direct descendents?
Answer : Option A
Explanation :
Example: body > p {background-color: yellow;} /* makes all p tags that have the body tag as their immediate parent have the background color yellow */
Be The First To Comment