Can you describe CSS syntax?
Experience Level: Junior
Tags: CSS
Answer
The CSS rule-set consists of the 2 building blocks:
- selector
- declaration
- The selector is responsible for defining which elements the CSS styles will be applied onto.
- The declaration defines list of semicolon-delimited CSS properties.
- Each CSS property consists of property name and value where property name is delimited from value by colon.
Related CSS job interview questions
How can we group selectors?
CSS JuniorWhat is a selector and what selector types do you know?
CSS JuniorWhat problem does CSS solve?
CSS JuniorWhy use CSS?
CSS JuniorWhat is CSS and what is it used for?
CSS Junior