Computer Science, asked by gungun8671, 1 year ago

why forms are used in web pages

Answers

Answered by AdrijaS
2

A web form, 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 check boxes, radio buttons, or text fields.

The HTML <form> element defines a form that is used to collect user input:

<form>

.

form elements

.

</form>

An HTML form contains form elements.

Form elements are different types of input elements, like text fields, check boxes, radio buttons, submit buttons, and more.


Answered by abigaildsouza510
0

Answer:

A web form (or HTML form) is a place where users enter data or personal information that’s then sent to a server for processing.

Explanation:

  • 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.
Similar questions