Google News
logo
ASP.NET - Quiz(MCQ)
Which of the following HTML tag is used to create file upload control in HTML?
A)
File
B)
Input
C)
Upload
D)
None of the Above

Correct Answer :   Input


Explanation :

The <input> tag is used to create file upload control in HTML. The HTML syntax is given below :
 
<input name="FileUpload1" id="FileUpload1" type="file">

Advertisement