Question 1: What does CSS stand for?
Question 2: What is the primary role of CSS in web development?
Question 3: Which of the following is a correct CSS rule structure?
Question 4: How can CSS be applied to an HTML document?
Question 5: Which CSS property is used to change the text color of an element?
Question 6: Which CSS rule will take precedence in the cascade if both have the same specificity?
Question 7: What is the purpose of the !important declaration in CSS?
Question 8: Which CSS selector targets all <p> elements inside a <div>?
Question 9: How can you include an external CSS file in an HTML document?
Question 10: Which CSS property is used to apply a background image?
Question 11: What does the CSS rule .box:hover { background-color: red; } do?
Question 12: What is the function of media queries in CSS?
Question 13: Which CSS layout method allows you to align elements dynamically within a container?
Question 14: What is the default position of elements in CSS?
Question 15: Which CSS property is used to control text spacing?
Question 16: How does the cascade resolve conflicts between rules with the same specificity?
Question 17: What happens if two rules target the same element but one uses an ID selector and the other uses a class selector?
Question 18: What is the benefit of using external CSS?