PrepAway - Latest Free Exam Questions & Answers

Which of the following describes the reason for this validation?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You are in the process of creating a new client web form for ABC.com. You have added the HTML
input field shown below:
<input id=”txtValue”/>
You then added the validation shown below to the HTML input field:
<input id=”txtValue” type=”text” pattern=” [A-Za-z] {3}” />
Which of the following describes the reason for this validation?

PrepAway - Latest Free Exam Questions & Answers

A.
It requires the input value to be three random characters.

B.
It requires the input value to be a country code, three letters in length.

C.
It requires the input value to be three numerical characters.

D.
It requires the input value to be a country code, of any length.

Explanation:

4 Comments on “Which of the following describes the reason for this validation?


Leave a Reply