Home »
MCQs »
Full Stack Development MCQs
Sass is ____
46. Sass is ____.
- Sass is an alternative to CSS
- Sass is a pre-processor of CSS that allows the nesting of CSS rules
- Sass is a Front-end Framework
- Sass is a programming language that is used to add styles and format HTML tags and elements
Answer: B) Sass is a pre-processor of CSS that allows the nesting of CSS rules
Explanation:
Sass is a popular preprocessor of a scripting language that extends the capabilities of CSS. It allows the nesting of HTML elements to style them more effectively.