Week 2 ยท 45-60 min

HTML Structure and Tags

Week Summary

A quick preview of the main ideas in this week before you begin the slides.

  • Lists in HTML
  • Links with the Anchor Tag
  • Images in HTML
  • Divs and Spans

Glossary

Review these key terms before starting this week. They are kept simple so students can learn the new vocabulary before moving into the slides.

Lists in HTML
Lists in HTML
Links with the Anchor Tag
Links with the Anchor Tag
Images in HTML
Images in HTML
Slide 1๐Ÿ’ก

Lists in HTML

Learning goal

Use a broader range of HTML tags to structure content.

Read one card at a time. Focus on the main idea first, then look at the visual on the right to help it stick.

<ul> creates a bulleted list.

<ol> creates a numbered list.

<li> defines each list item.

Lists help organize related information clearly.

They are common for menus, steps, and summaries.

Remember

Lists make related content easier to scan and understand.

Lists in HTML

Lists in HTML

Slide 1 of 8

Use arrows or dots to move through the lesson

Practice

  1. Write 2-3 sentences about what you learned this week.

Coming Next Week: Next: HTML Forms and Links