CSS stands for

2014

CSS stands for

  1. A.

    Cascading Style Sheets

  2. B.

    Collecting Style Sheets

  3. C.

    Comparative Style Sheets

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

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…