Which of the following selector selects an element if it’s the only child of its parent?
Which of the following selector selects an element if it’s the only child of its parent? Correct Answer :only-child
Example: h1:only-child {color: blue;}Which of the following selector selects an element if it’s the only child of its parent? Correct Answer :only-child
Example: h1:only-child {color: blue;}