Beginner Html Lessons (Version 2)

Lesson 2: The Headlines (Headings h1-h6)

Goal: Learn hierarchy and importance. ESL Vocab: Main, Subtitle, Tiny, Huge, Hierarchy.

  • Concept: Google reads titles to know what a page is about. <h1> is the King (only one per page). <h6> is the smallest servant.
  • The Syntax: <h1>My Main Title</h1> down to <h6>Tiny Title</h6>.
  • Hands-on Practice:
    1. In VS Code, delete “Hello World.”
    2. Write a headline about your favorite video game using <h1>.
    3. Write 3 smaller subtitles about the game (Characters, Levels, Graphics) using <h2> or <h3>.