Which of the following input element variations will show a numeric keypad in mobile browsers?
Correct Answer: <input type="text" pattern="[0-9]*" />
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions