MCQ
What is the correct HTML for an email input field?
Explanation
<input type="email"> creates an email input field with built-in email format validation in modern browsers.