Skip to main content
  1. Web Development Course/

Introduction to CSS

This module teaches you the basics of CSS, which is the standard styling language for creating web pages and web applications. By the end of this course, you will be able to style your own website with multiple pages.

Welcome to the second part of the web development course! In this series, we will talk about the basics of CSS, which is the standard styling language for creating web pages and web applications. We will start with the basics of CSS, and then move on to more advanced topics.

Below, you can find a list of the chapters in this series. Feel free start with any of the chapters in this series, depending on your level of experience with CSS. If you are new to CSS –or if you come from the previous module, we recommend that you start with the first chapter, which will give you a good overview of the basics of CSS.

Lessons of this module
#

What is CSS?
CSS syntax
CSS Box Model
Common CSS properties
External CSS
Inline CSS
Internal CSS
The importance of CSS