Login Register Appointment

Introduction to CSS

Lesson 6/17 | Study Time: 30 Min

What You Will Learn in This Live Session

1. What is CSS?

  • Definition and role of CSS in web development.
  • Difference between HTML (structure) and CSS (style).

2. Types of CSS

  • Inline CSS – Applying styles directly to an HTML element.
  • Internal CSS – Using the <style> tag inside the <head> section.
  • External CSS – Linking a separate .css file for better organization and reusability.