1.

<FORM>tag contains some other tags to facilitate interaction between user and web page. Write any two control tags and explain their mode of interaction.

Answer»

<Input>It is used to create input controls. Its type attribute determines the control type.

Main values of type attribute is given below.

1. Text – To create a text box.

2. Password – To create a password text box.

3. Checkbox – To create a check box.

4. Radio - To create a radio button.

5. Reset – To create a Reset button.

6. Submit - To create a submit button.

7. Button – To create a button



Discussion

No Comment Found