MCQ
What is the correct HTML for a search input field?
Explanation
<input type="search"> creates a search input field, which may have a clear button in some browsers.