Home »
MCQs »
ASP.Net MCQs
Which of the following HTML tag is used to create file upload control in HTML?
84. Which of the following HTML tag is used to create file upload control in HTML?
- File
- Input
- Upload
- FP
Answer: B) 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">