asked 81.6k views
4 votes
How do you validate the type of text that a user enters?

(A)by comparing it to a regular expression of all possible values
(B)by comparing it to a set of possible values
(C)by using the validate property with required keywords
(D)by comparing it to a default value

asked
User Cask
by
7.6k points

1 Answer

4 votes
D, is the correct choice here. 

No related questions found