Computers

Professional Development

Image

CSS Selectors

3
plays

10 questions

Show Answers
See Preview
  • 1. Multiple Choice
    5 minutes
    1 pt
    Image

    Which CSS selector applies to the yellow element(s) only? Select the correct answers!

    #world{ ... }

    world{ ... }

    .world{ ... }

    @world{ ... }

    none of the above

  • 2. Multiple Choice
    5 minutes
    1 pt
    Image

    Which CSS selector applies to the yellow element(s) only? Select the correct answers!

    p.a{ ... }

    a{ ... }

    a, ul{ ... }

    #a { ...}

    none of the above

  • 3. Multiple Choice
    5 minutes
    1 pt
    Image

    Which CSS selector applies to the yellow element(s) only? Select the correct answers!

    li a{ ... }

    li.a{ ... }

    li, a{ ... }

    li-a{ ...}

    none of the above

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?