PooriPadhai Logo Home Courses Online Tool Online Test Study Material Contest Blog

CSS Selectors Online Test



Instructions:
  • Total number of questions : 10.
  • Time alloted : 10 minutes.
  • Each question carry 1 mark.
  • No Negative marks
  • DO NOT refresh the page.
  • All the best :-)




What You Will Learn in

This Selectors Test helps you to Boost your Knowledge in CSS Language. In this test, we will cover the topics in the form of questions like

  • A style can be applied to just a single tag by applying an id rule.
  • To define the name(s) of the class(es) to which a particular tag belongs class attribute is used.
  • The adjacent-sibling selector is specified using the plus sign (+) and is used to select elements that would be siblings of each other.
  • #id selects any tag with an id attribute set.