• Module 3: CSS I

    Introduction to CSS. Inserting and Applying CSS

    What is CSS? The language of style is CSS which stands for Cascading Style Sheets. In general, the visual output of the web page is the combination of HTML (structure) and the CSS (style-appearance). In this submodule and we will learn the basic syntax rule, "Selector {Property: Value;}

    • Page icon
    • Book icon
      • What is style
      • Comments
      • Syntax
    • Book icon

      How to Insert CSS:

      • Inline style
      • Internal Style Sheet
      • External style sheet

      Style rules Priorities

    • Book icon
      • Colors
      • Google fonts
      • Font Awesome
      • Box model
    • Quiz icon
    • Assignment icon
    • Page icon
      Assignment: CSS I - Answer

      You can view a sample answer of the code for  the Assignment CSS I