Aims

The purpose of this module is to learn basic concept of CSS, to understand how to use them and apply what you learned in styling web pages.

Expected outcomes

Upon completion of this module, you should know / should be able to:

Submodule 3.1: Introduction to CSS

    • describe the concept of style with CSS 
    • write comments in the code (/*…*/)
    • use the CSS rule “Selector{ Property: Value;}

Submodule 3.2: Inserting CSS

    • use the style attribute in HTML elements – inline style 
    • use a <style> element in the <head> section – internal  stylesheet <style>
    • use an external stylesheet - CSS file 
    • apply the priorities of style rules (inline>internal>external)

Submodule 3.3: Applying CSS

    • Colors
    • Google fonts
    • Font Awesome 
    • Box model
Key concepts
Last modified: Sunday, 15 April 2018, 5:04 PM