Course Outline
Course Outline
By Konstant EduTech
Part 1.2: Making Your Web Page Look Good with CSS
Module 1.2.1: What is CSS?
Submodules:
1. What is CSS? - Introduction to how CSS is used to style HTML pages.
Example: Change the color of text on your HTML page.
Concepts Learnt: Linking CSS to HTML, understanding the separation of content (HTML) and
design (CSS).
2. Basic CSS Styling - Changing fonts, colors, and text alignment.
Example: Apply colors, font-size changes, and center-align text on the page.
Concepts Learnt: Basic CSS properties (color, font-size, text-align), writing CSS rules
(selectors, properties, and values).
3. CSS for Layout - How to arrange content using margins, padding, and borders.
Example: Center a div on the page using CSS.
Concepts Learnt: CSS box model (content, padding, borders, margin), and layout control.
Small Project: Style Your Web Page (Task 1: Change Text Colors, Task 2: Add Spacing and Borders)
Description: Style your webpage using CSS to change the appearance of the text and layout.
HTML: Structuring web pages using headings, paragraphs, lists, images, links, and forms.
CSS: Styling and designing web pages, creating layouts, and making sites responsive.
JavaScript: Adding interactivity, handling user input, and manipulating web page elements.
Website Publishing: Testing and deploying websites to be accessible to the public.