HTML is written with tags 🏷. Most tags come in pairs – an opening tag and a closing tag – and whatever sits between them is the content.

📌 What we will learn

  • 🏷 Write a heading using an h1 tag
  • 📄 Write a paragraph using a p tag
  • 🔗 Add a link using an a tag with an href
💡 Remember: Every opening tag needs a closing tag, or the browser gets confused.

✅ When you have finished reading, scroll down and attempt this week’s quiz.