Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the following code snippet mean?

    #log>span

  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The above code snippet means that any span child of the element with id=”log”.


Be The First To Comment