Which of the following statement is false with respect to CSS?
2022
Which of the following statement is false with respect to CSS?
- A.
It stands for Cascading Style Sheets
- B.
It can control the layout of multiple webpages with a single file
- C.
CSS describes how HTML elements are stored within tags CSS
- D.
CSS describes how HTML elements are displayed on screen CSS
Attempted by 201 students.
Show answer & explanation
Correct answer: C
CSS is used to define presentation and layout—how HTML elements look on screen (colors, fonts, spacing, positioning). It does not describe how HTML elements are stored within tags; that is defined by HTML structure, not CSS.
A video solution is available for this question — log in and enroll to watch it.