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

<input type="password"> creates a password field where characters are masked for privacy.