What does the 'Cascading' in CSS refer to?
A). A) Style cascades from one element to another
B). B) Styles cascade downwards in the document
C). C) Stylesheets cascade in a specific order
D). D) None of the above
What does CSS stand for?
A). A) Cascading Style Sheets
B). B) Creative Style Solutions
C). C) Centralized Styling System
D). D) Computerized Styling Service
What is the purpose of CSS resets?
A). A) To remove all styling from elements
B). B) To reset the layout of a webpage
C). C) To normalize styles across browsers
D). D) To optimize CSS performance
Which CSS property is used to specify the color of text?
A). A) text-color
B). B) color
C). C) font-color
D). D) text-style
Which of the following is NOT a valid CSS selector?
A). A) #myDiv .class
B). B) 1stParagraph
C). C) .myClass > p
D). D) p + span
Which CSS property is used to specify the background color of an element?
A). A) background-color
B). B) background
C). C) color
D). D) background-style
Which CSS property is used to specify the font family of text?
A). A) font-family
B). B) text-family
C). C) font-type
D). D) text-font
Which CSS unit is based on the font size of the root element?
A). A) em
B). B) px
C). C) %
D). D) vw
What does the CSS property 'position: fixed;' do?
A). A) Positions the element relative to its parent
B). B) Positions the element relative to the viewport
C). C) Positions the element absolutely
D). D) Positions the element relative to the document flow
What does the CSS property 'display: none;' do?
A). A) Hides the element but reserves its space
B). B) Hides the element and removes its space
C). C) Shows the element
D). D) Displays the element with reduced opacity