🔹 What is HTML?

HTML = HyperText Markup Language 🏗️

It’s the standard language used to create the structure of web pages.

Think of it as the skeleton that holds everything together before adding style and functionality.

✨ With HTML we can define:

  1. Headings 📑
  2. Paragraphs ✍️
  3. Links 🔗
  4. Images 🖼️
  5. Tables 📊

➡️ In short: HTML = the foundation of the web. Without it, websites wouldn’t exist! 🌍