Home Module 01 — HTML Basics
Before You Begin You do not need any prior knowledge. HTML is the foundation of all websites. Every lesson includes explanations, code examples, and exercises.

📋 What You Will Learn

  • What HTML is and how it works
  • How to structure an HTML document
  • Headings, paragraphs, and text formatting
  • Lists — ordered and unordered
  • Links — how to connect pages
  • Images — how to add visuals

📖 Lessons

  1. 1 What is HTML? Ready
  2. 2 HTML Document Structure Ready
  3. 3 Headings & Paragraphs Ready
  4. 4 Lists Ready
  5. 5 Links Ready
  6. 6 Images Ready

🛠 Prerequisites

  • VS Code installed (code.visualstudio.com)
  • Live Server extension installed in VS Code
  • A modern web browser (Chrome recommended)
  • Zero coding experience needed — this is lesson one!