What is the importance of a Form in
HTML ? Write any five input types in a
Form.
Answers
Answered by
0
Answer:
In HTML <input type=" "> is an important element of HTML form. The "type" attribute of input element can be various types, which defines information field. Such as <input type="text" name="name"> gives a text box.
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.
Similar questions