In this tutorial you will learn about Cascading Style Sheets (CSS) Syntax, Rule set, Combining selectors, The class selector, The id selector and Comments
Rule set
A rule or rule set tells the browser how to render an element, the rule set consists of the following:
- The selector: represents the HTML element to be affected by the rule..
- The declaration block: represents the effect to be applied to the element(s), and it contains one or more property value pairs.
More on CSS Syntax