Page 84 - Plus V4 with Adobe class 8
P. 84

Experiential Learning

                   #Creating Forms

           Create a school login page that requires user name and password from the user. Add relevant fields for
           sign up also.

                                                                                                   #Lab Activity





                   Timeline


                    The <FORM> tag is used to create the form boundary on the web page.
                    The <INPUT> tag is used to create the controls or fields to take input from the user in the form of text,
                 selection and click.

                    The <TEXTAREA> tag is used to create a multiline text box that can accept long text values.
                   The <SELECT> tag with the <OPTION> tag allows us to create a drop-down list.






               Choose the correct option.


                1.  Which of the following values of the TYPE attribute is used to create a check box field?

                         a.  BOX                                       b.  CHECK-BOX

                         c.  CHECKBOX                                  d.  CHECK


                2.  Which of the following syntaxes is correct to create a password field?
                         a.  <INPUT TYPE="PASSWORD" NAME="PASSWORD">


                         b.  <INPUT TYPE="PASS" NAME="PASSWORD">

                         c.  <INPUT VALUE="PASSWORD" NAME="PASSWORD">

                         d.  <PASSWORD NAME="PASSWORD" VALUE="PASS">


                3.  Which of the following attributes is used to specify the identity of a field on the web page?
                         a.  NAME                                      b.  TEXT


                         c.  RESET                                     d.  RADIO

                4.  Which of the following values of TYPE attribute is used to create an action button control?

                         a.  SELECT                                    b.  TEXT

                         c.  BUTTON                                    d.  SUBMIT



            82  Plus (Ver. 4.0)-VIII
   79   80   81   82   83   84   85   86   87   88   89