Which of the following will restrict an input element to accept only numerical values in a text field?
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