SASS Nesting MCQ

Sass MCQ
  1. Home
  2. Tutorials
  3. Sass
  4. Nesting
  5. Multiple Choice Question

(1) Which of the following operator is used as parent identifier ?

A) *
B) ^
C) #
D) &

(2) In SASS nesting properties in Nth level are:

A) Inherited
B) Derived
C) Independent
D) Dependent

(3) How many levels of nesting are allowed in SASS ?

A) Two
B) Four
C) Eight
D) Multiple

(4) Which operators is used for pseudo-selectors in SASS nesting ?

A) $
B) #
C) &
D) @

(5) Which of the following operator is used to create define event properties in SASS?

A) *
B) &
C) %
D) $

(6) Which of the following parentheses is used for nesting in SASS

A) [ ]
B) ( )
C) { }
D) < >
Comments
Login to TRACK of Comments.