MCQ
What is the correct HTML for a search input field?
A <input type="search">
B <input type="find">
C <search>
D <input type="query">
Explanation

<input type="search"> creates a search input field, which may have a clear button in some browsers.