1. What is form?
2. What is the importance of form in a website?
3. Name & give the syntax of the different input elements that you can add in your form?
4. Why do you need to learn about form in HTML?
1. A 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.
2. It allows you to enter the data or information that you have found, on to your webpage.
3. <form>
This attribute allows you to check if information is correctly imputed before submission.
4. You need to learn about it, because it is very helpful in the fact that it allows you to enter data to a server for processing before you ever submit.
No comments:
Post a Comment