Introduction to Forms

HTML forms are a way to obtain data from users and perform actions with that data. You often encounter forms on the internet without even realizing it. There's a good chance that when you type into a text field (like Google search) or select from multiple options (like gender or profession), you're using a form.

In this lesson, we will explore the structure of forms and the elements we can use to collect data.

Instructions

Think about where you may have encountered forms and let's move on to the next exercise!

Start programming for free

By signing up, you agree to the Terms of Service and Privacy Policy.

Or sign up with:

1/9

Introduction to Forms | Start Coder