0Pricing
HTML for Kids · Lesson

Forms: Collecting User Input

Build simple forms with text boxes, buttons, and more.

1

Forms: Collecting User Input

Welcome to the next lesson! Today, we’ll learn how to create forms in HTML. Forms allow users to input data, such as their name or email address, on your web page.

Forms: Collecting User Input — illustration 1

2

What Are Forms?

Forms are used to collect information from users. For example, when you sign up for an account, you fill out a form with fields like your name and email address.

Forms in HTML are created using the <form> tag.

All lessons in this course

  1. Tables: Organizing Data
  2. Forms: Collecting User Input
  3. HTML Attributes
  4. Multimedia: Adding Videos and Audio
← Back to HTML for Kids