MCQ
What is the correct HTML for a password input field?
Explanation
<input type="password"> creates a password field where characters are masked for privacy.