No student devices needed. Know more
10 questions
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
#world{ ... }
world{ ... }
.world{ ... }
@world{ ... }
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
p.a{ ... }
a{ ... }
a, ul{ ... }
#a { ...}
none of the above
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
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
h1-.content{ ... }
h1#content{ ... }
.content h1{ ... }
#content h1{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
.menu#ul a{ ... }
ul.menu li a{ ... }
#header .a{ ... }
div a{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
@all{ ... }
*{ ... }
HTML{ ... }
#{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
div a{ ... }
div + a{ ... }
div a p{ ... }
div > a{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
input@submit{ ... }
input.submit{ ... }
input.type=submit{ ... }
input[type=submit]{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
a.active{ ... }
#content .a{ ... }
p a#active{ ... }
div p a{ ...}
none of the above
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
.content h1, a{ ... }
#content h1+a{ ... }
#content h1, #content a{ ... }
#content h1 a{ ...}
none of the above
Explore all questions with a free account