CSS is used for

2026

CSS is used for

Answer: B. Styling web pagesConceptA web page separates content structure from presentation. CSS (Cascading Style Sheets) is a stylesheet language that defines how structured web content…

  1. A.

    Storing data

  2. B.

    Styling web pages

  3. C.

    Server connection

  4. 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.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…