CSS stands for
2014
CSS stands for
- A.
Cascading Style Sheets
- B.
Collecting Style Sheets
- C.
Comparative Style Sheets
- D.
Comprehensive Style Sheets
Attempted by 523 students.
Show answer & explanation
Correct answer: A, C
Answer: CSS stands for Cascading Style Sheets.
CSS is a style sheet language used to describe the presentation (the look and formatting) of a document written in HTML.
Common uses: control layout, colors, fonts, spacing, and responsive design.
What "cascading" means: when multiple rules apply, CSS determines which rule wins based on specificity and source order (later or more specific rules override others).
Example: you can set a page background color, adjust font sizes, and position elements using CSS declarations.
Loading lesson…