Computer Science, asked by mandycool8757, 1 year ago

What does the following code snippet mean?
#log>span
A.Span child after log declaration
B.Specific span child of id greater than log
C.Span child less than log
D.Any span child of the element with id as log

Answers

Answered by Ayesha059
0
Answer: d
Explanation: The above code snippet means that any span child of the element with id=”log”
Similar questions