Lesson 2 of 10

📄 HTML Basics

🎯 Grades 6–8 ⏱ ~30 minutes 💚 Beginner

What You'll Learn

  • What HTML tags are and how opening/closing pairs work
  • How to use headings, paragraphs, lists, links, and images
  • How to write and preview HTML in a live split-pane editor
Quick Check

1. What does the <h1> tag create?

AA hyperlink
BThe largest heading on the page
CA paragraph of text

2. Which tag creates a clickable link?

A<link>
B<a href="...">
C<url>

3. What does a closing tag look like?

A<p>
B</p>
C<p/>

4. Which of these is self-closing (needs no end tag)?

A<p>
B<h2>
C<img>