MCQ
What is the correct HTML for a file upload field?
Explanation
<input type="file"> creates a file upload field that allows users to select files from their device.