CSS is used for
2026
CSS is used for
Answer: B. Styling web pages — ConceptA web page separates content structure from presentation. CSS (Cascading Style Sheets) is a stylesheet language that defines how structured web content…
- A.
Storing data
- B.
Styling web pages
- C.
Server connection
- D.
Debugging
Attempted by 255 students.
Show answer & explanation
Correct answer: B
Concept
A web page separates content structure from presentation. CSS (Cascading Style Sheets) is a stylesheet language that defines how structured web content is presented, including its layout and visual appearance.
Application
In this item, styling web pages directly describes CSS: CSS rules select elements and assign presentation properties such as color, spacing, typography, and layout.
Contrast
Storing data concerns persistence in databases, files, or browser storage, not a stylesheet language.
Server connection concerns network communication between a client and a server, not presentation rules.
Debugging concerns finding and diagnosing defects in program behavior, not defining page appearance.
Result
Therefore, the supported answer by value is Styling web pages.