Page 79 - Modular_V1.1_Flipbook
P. 79
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 attribute is used to specify the identity of a field on the web page?
a. NAME c. RESET
b. TEXT d. RADIO
4. Which of the following attribute is used to create an action button control?
a. SELECT c. BUTTON
b. TEXT d. SUBMIT
5. Which of the following tags is used to create a drop-down list?
a. <SELECT> c. Both a and b
b. <OPTION> d. None of these
6. Which of the following buttons is used to clear all the values entered in the form fields?
a. Submit c. Cancel
b. Reset d. OK
B. Write ‘T’ for true and ‘F’ for false.
1. SIZE attribute specifies the horizontal size of a text box. ..........................
2. A HTML form is an interface of a web page. ..........................
3. Combo box is used to create a multiline text box that can accept
log text values. ..........................
4. VALUE attribute is used to specify the default value of the field. ..........................
5. <FORM> is an empty tag. ..........................
C. Fill in the blanks using the words given below.
<INPUT> ALIGN, PASSWORD, RADIO, <TEXTAREA>
1. .......................... tag is used to create a multiline text box that can accept long text values.
2. .......................... tag is used to create the controls or fields.
3. .......................... attribute is used to create a password field.
4. .......................... attribute is used to select only one option from a set of options.
5. .......................... attribute is used for aligning the element with respect to the form margins.
D. Short answer type questions.
1. What is HTML Form?
Forms in HTML 77

