Q. What does the following code snippet mean?
#log>span
#log>span
β
Correct Answer: (D)
Any span child of the element with id as log
Explanation: The above code snippet means that any span child of the element with id=”log”.