Interview Questions

What are the tags necessary to be present within the <FORM > tag?

ASP Interview Questions and Answers


(Continued from previous question...)

115. What are the tags necessary to be present within the <FORM > tag?

-----tag: Provides input spaces (text boxes, combo boxes, radio button, etc.) on a form called fields. It has three attributes TYPE, NAME and VALUE. TYPE provides the characteristics of the field and the NAME specifies a name to the field by which it can be referred.

(Continued on next question...)

Other Interview Questions