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

<input type="range"> creates a range slider that allows users to select a value from a range.