CBSE Class 10 Computer Applications Question 7 of 12

Solved Sample Paper 4 — Question 10

Back to all questions
10
Question

Question 19

Explain any two controls supported by HTML form.

Answer

Two controls supported by HTML form are:

1. Checkbox — The check box is used to select a number of options in a given list of options on the form. Its syntax is as follows:

<INPUT TYPE = "CHECKBOX" NAME = "S1" VALUE = "ENGLISH" /> English

2. Text box — A text box allows a user to enter alphanumeric data that is a combination of characters and numbers. Its syntax is as follows:

<INPUT TYPE = "TEXT" NAME = "NAME" />