Lesson 3 of 18

🏠 HTML Elements

🎯 Grades 9–12 ⏱ ~35 minutes 💚 Beginner

What You'll Learn

  • Headings, paragraphs, links, images, lists, and semantic elements
  • Block vs. inline elements
  • How to build a complete content-rich HTML page
Quick Check

1. How many <h1> tags should a page have?

AExactly one — the main page title
BAs many as you need
CNone — use <h2> for headings

2. Which attribute is required on every <img> tag for accessibility?

Awidth
Balt
Cclass

3. Which is a block-level element?

A<span>
B<a>
C<p>

4. What is the correct tag for an unordered (bulleted) list?

A<ol>
B<ul>
C<list>