143k views
4 votes
Give a summary of html forms​

User Draconis
by
3.7k points

1 Answer

4 votes

HTML forms are used to collect data from users. Users essentially enter data into forms by filling in text fields, selecting toggles and making choices from selection objects. When the user has filled in the data it is transmitted to the server for processing. HTML forms are specified using the <form> element.

Hope this helps you!

User Ola
by
3.7k points