Web Forms Basics

In this lesson, we'll learn the basic concept of web forms. Let's begin!

We'll cover the following...

Web pages are not just for reading documents and articles but are also for social and business applications. You can hardly imagine any kind of web app without asking for some data from users; just think about the most common functions like login and registration.

HTML forms have been a part of the markup since the earliest versions, and now, after several tweaks we have a refined model of forms in HTML5 that still works with older browsers.

How web forms work

The image below shows a web form in action which contains user interface components or controls. Not only are textboxes, ...