what is CSS?
-
Cascading Style Structure, defines how to display HTML elements
-
Cascading Style Sheets, defines how to display XML elements
-
Cascading Style Sheets, defines how to display HTML elements
-
Cascading Style Structure, defines how to display the webpage
Reveal answer
Fill a bubble to check yourself
C
Correct answer
Explanation
CSS stands for Cascading Style Sheets. It is a stylesheet language used to describe the presentation and formatting of HTML documents. CSS separates content (HTML structure) from presentation (styling), allowing developers to control colors, fonts, layouts, and other visual aspects of web pages. The 'Structure' in options A and D is incorrect - CSS refers to 'Sheets,' not 'Structure'.