Question:

Cascading Style Sheets define style and appearance using ________.
 

Show Hint

CSS allows for clear separation of style from content, making it easier to maintain and modify the look of a website.
Updated On: Jun 16, 2025
  • functions with parameters and return values
  • rules with selectors, properties and their values
  • techniques with block and inline elements
  • heuristics with rules and maps
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Cascading Style Sheets (CSS) use rules to define the appearance of elements on a web page. These rules consist of selectors, properties, and values. Selectors identify HTML elements, and properties define how those elements should appear.
Was this answer helpful?
0
0