CSS Course

Lesson 1: Introduction to CSS

What is CSS?

CSS (Cascading Style Sheets) is used to style and format HTML content. It lets you control layout, colors, fonts, spacing, and even animations.

Why Use CSS?

Ways to Apply CSS

  1. Inline: Style applied directly in HTML.
  2. Internal: Using a <style> block in the HTML head.
  3. External: Linking to a .css file (recommended).