MCQ
What is the correct HTML for a hidden input field?
A <input type="hidden">
B <input type="invisible">
C <hidden>
D <input type="secret">
Explanation

<input type="hidden"> creates a hidden input field that is not visible to users but is submitted with the form.