Chuyển tới nội dung chính
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
    • CSS syntax
    • Insert CSS
    • CSS colors
    • CSS fonts
    • CSS text
    • CSS Icons
    • CSS Box Model
Sửa lần cuối: Chủ Nhật, 15 tháng 4 2018, 9:04 PM