Week 3 ยท 45-60 min

HTML Forms and Links

Week Summary

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

  • What Is an HTML Form?
  • Text Input Fields
  • Labels and Accessibility
  • Other Input Types

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.

What Is an HTML Form?
What Is an HTML Form?
Text Input Fields
Text Input Fields
Labels and Accessibility
Labels and Accessibility
Slide 1๐Ÿ’ก

What Is an HTML Form?

Learning goal

Build simple forms and understand how they collect input.

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

Forms collect input from visitors.

They use the <form> tag as a container.

Forms appear in contact pages, surveys, and sign-ups.

This module focuses on static forms rather than real submission backends.

Learning form structure prepares students for later JavaScript interactivity.

Remember

Forms are the basic HTML structure for collecting user input.

What Is an HTML Form?

What Is an HTML Form?

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: Introduction to CSS