Multiple choice technology web technology

what is CSS?

  1. Cascading Style Structure, defines how to display HTML elements

  2. Cascading Style Sheets, defines how to display XML elements

  3. Cascading Style Sheets, defines how to display HTML elements

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