MCQ
What is the correct HTML for a color picker?
A <input type="color">
B <input type="picker">
C <colorpicker>
D <input type="colorpicker">
Explanation

<input type="color"> creates a color picker that allows users to select a color from a palette.