Q. What will be the output of below mentioned code snippet?
Code:p strong {background-color: yellow;}
β
Correct Answer: (C)
Strong element within a p element have a yellow background
p strong {background-color: yellow;}
You must be Logged in to update hint/solution