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?

  1. File
  2. Input
  3. Upload
  4. 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">

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.