1. Introduction to Types of CSS


After completing this module, you are expected to

● Differentiate the three types/ways to incorporate CSS

          In the previous module, you have learned that the design and layout of the webpage is possible with the help of CSS. You also learned about the basic syntax of CSS and apply simple properties on HTML elements using different selectors namely; element, universal, id, class, descendant, child and grouping selectors.

          In this module, we will be discussing the different types of CSS and when to use each one. The module will also discuss what will be the effect when the different types of CSS are combined in one HTML document. Furthermore, we will also learn the effect of using !important on a CSS property.