Why do we need an Interactive Form in a webpage-00621
This subjective question is related to the book/course vu cs403 Database Management Systems. It can also be found in vu cs403 Mid Term Solved Past Paper No. 2.
Question 1: Why do we need an Interactive Form in a webpage?
Answer:
- Interactive forms are used to gather user data and interact with the user.
- Forms can be made interactive with the use of client side scripting and server side sciprting.
- In HTML, <FORM> </FORM> tag is used to insert the form in a web page and it always lie in <BODY></BODY> html tag.
- without form's web site is only "READ ONLY".
- with the help of forms a user and can search the contents, place order for goods and services.
- Forms can be simple or very complex, based on the requirement.
- forms can contain a single element or many e.g text area, buttons