CSS Tutorial

The language for styling web pages.

CSS Introduction

What is CSS?

CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen. CSS saves a lot of work — it can control the layout of multiple web pages all at once.

Why Use CSS?

  • Separates content from design
  • One stylesheet controls many pages
  • Makes pages load faster
  • Easy to maintain and update

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics