MCQ
What is the correct HTML for a telephone number input?
A <input type="tel">
B <input type="phone">
C <telephone>
D <input type="call">
Explanation

<input type="tel"> creates a telephone number input field for phone numbers.