There are many HTML form elements. Let's look at some of the important ones:
The <input>
element accepts data from the user. Its functioning depends on the value of its type attribute.
We will be learning about
different input types in the
next chapter: Input Types