MCQ
What is the correct HTML for a file upload field?
A <input type="file">
B <input type="upload">
C <file>
D <input type="document">
Explanation

<input type="file"> creates a file upload field that allows users to select files from their device.