CSS Properties
After completing this module, you are expected to:
- Familiarize with the common CSS properties and its values
- Apply CSS properties in an HTML file
In the previous module, you have learned the different types of CSS. There are 3 types of
CSS. You have the inline where the style is defined in the style attribute of the element, embed or
internal which is defined using the container tag and place in the head part of the
HTML file and external which is created outside of the HTML file and is link through the tag
placed at the head part of the HTML file.
In this module, you will be able to get to know the common properties used to layout and design your HTML file. Common properties include the fonts, text, background, color and border.
Our HTML file contains what is inside our webpage. Designing our webpage would require
us to have knowledge of the different CSS properties. These properties will enable you to add
background color, color of the text, font style and other necessary things needed to improve your
webpage.