MCQ
What is the correct HTML for a hidden input field?
Explanation
<input type="hidden"> creates a hidden input field that is not visible to users but is submitted with the form.