what is the use of forms in HTML? computer question
Answers
Answered by
0
Answer:
A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields. For example, forms can be used to enter shipping or credit card data to order a product, or can be used to retrieve search results from a search engine.
hope my answer helps you
Answered by
0
Answer:
To capture user input, an HTML form is employed. In other words a form is an HTML element that collects data and includes interactive controls.
Explanation:
The uses of forms in HTML are as below:
- Forms allows you to enter text, numbers, values, emails, passwords, and control fields like checkboxes, radio buttons, and submit buttons, among other things. or, to put it another way, a form is a container for input elements such as text, email, numbers, radio buttons, checkboxes, submit buttons, and so on.
- If a user wishes to buy a bag online, for example, he or she must first provide their shipping address in the address form and then submit their payment information in the payment form to complete the transaction.
- Input fields are placed within paragraphs, preformatted text, lists, and tables to construct forms. This allows you a lot of freedom when it comes to customising the layout of your forms.
#SPJ3
Similar questions