1. Question: Which of the following pseudo-class matches elements of type E when the cursor is hovering over it?

    A
    E:mouseover

    B
    E:over

    C
    E:cursor

    D
    E:hover

    Note: Not available
    1. Report
  2. Question: What does a:link mean?

    A
    Visited link

    B
    Unvisited link

    C
    Link when the mouse is over it

    D
    Link when it has focus

    Note: Not available
    1. Report
  3. Question: Which of the following is a adjacent sibling combinator?

    A
    E F

    B
    E>F

    C
    E+F

    D
    E~F

    Note: Not available
    1. Report
  4. Question: Which of the following is a descendant combinator?

    A
    E+F

    B
    E~F

    C
    E>F

    D
    E F

    Note: Not available
    1. Report
  5. Question: Which selector selects all F elements that follow a sibling of type E?

    A
    E F

    B
    E>F

    C
    E~F

    D
    E+F

    Note: Not available
    1. Report
  6. Question: Which of the following is a general sibling combinator?

    A
    E F

    B
    E + F

    C
    E ~ F

    D
    E > F

    Note: Not available
    1. Report
  7. Question: Which of the following is a child combinator?

    A
    E F

    B
    E + F

    C
    E ~ F

    D
    E > F

    Note: Not available
    1. Report
  8. Question: Which selector selects any F element that is a descendant of an E element. The descendant can be nested at any level?

    A
    E F

    B
    E > F

    C
    E + F

    D
    E ~ F

    Note: Not available
    1. Report
  9. Question: Which selector selects any F element that is the direct child of an E element?

    A
    E F

    B
    E > F

    C
    E ~ F

    D
    E + F

    Note: Not available
    1. Report
  10. Question: Which selector selects an F element that immediately follows a sibling of type E?

    A
    E F

    B
    E + F

    C
    E ~ F

    D
    E > F

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd