Chapter 1 :- Creating HTML forms using KompoZer

Summary
1.HTML stand for Hyper text Markup Language.In Html Forms are used to accept the data over the web.
2.A form in HTML is a container used to collect different kinds of inputs from the user.
3.The elements used are described inthe section below :
•Form
•Input
•Textarea
•Select and Option
4.Input element :- The input elements are used to insert various fields like radio button, text box and checkbox in the form.The input tag has different attributes like type, name and value.
KompoZer is a free open source web development IDE.It provides a web page editor which has a simple graphical interface known as WYSIWYG “what you see is what you get”.
5. KompoZer incorporates a Site Manager which gives rapid access to the files on both local machines and remote servers.It also supports the use of “Styles” through Cascading Style Sheet (CSS).
6.Creating form using Kompozer is Simple and Fast.
7.Forms are used to accept the data over the web. A form in HTML is a container used to collect different kind of inputs from the user.
8.The users enter the information in the form which can be their personal information, a feedback about a product, a survey or shipping and credit card details.

 

Multiple choice Question

(1) Which of the following is a container used to collect different kinds of inputs from the user.
(a) Form                                                                    (b) Webpage
(c) Text                                                                      (d) Input

(2) Which of the following element is used to create an HTML form?

(a) Textarea                                                               (b) Form
(c) Select and Option                                               (d) Input

(3) Which of the following is the tag used to implement form element ?
(a) <form>… </form>                                               (b) <form>… <form>
(c) </form>… </form>                                              (d) <frm>… </frm>

(4) Which of the following attribute of form is used to specify where to send the form data when the form is submitted ?
(a) method                                                                 (b) action
(c) submit                                                                   (d) input

(5) Which of the following attribute of form specifies the HTTP method to be used when sending the data ?
(a) submit                                                                   (b) action
(c) method                                                                 (d) input

6 Which of the following values are used by method attribute ?
(a) GET and POST                                                     (b) GET and SET
(c) GET and PUT                                                         (d) SET and POST

(7) Which of the following method allows only a limited amount of information to be sent at a time?
(a) GET                                                                          (b) POST
(c) SET                                                                           (d) PUT

(8) Which of the following method sends the data as a block through the HTTP transaction?
(a) GET                                                                            (b) SET
(c) PUT                                                                             (d) POST

(9) Which of the following attribute of the input element specifies the field that is to be created in the form?
(a) Input                                                                           (b) Type
(c) Name                                                                          (d) Value

(10) Which of the following element allows multi-line text input ?
(a) Textarea                                                                     (b) Input
(c) Select and Option                                                      (d) Form

(11) Which of the following element is used to create a drop down list or menu in a form ?
(a) Input                                                                             (b) Textarea
(c) Select                                                                            (d) Form

(12) Which of the following is a free open source web development DE ?
(a) HTML                                                                            (b) Kompozer
(c) Scite                                                                              (d) Base

(13) Which of the following stands for “WYSIWYG” ?
(a) When You See Is When You Get                              (b) What You See Is When You Get
(c) What You See Is What You Get                                 (d) When You See Is What You Get