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

asked
User Draconis
by
8.2k 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!

answered
User Ola
by
8.5k points

No related questions found