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