exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 4 question 33 discussion

Actual exam question from Microsoft's 70-480
Question #: 33
Topic #: 4
[All 70-480 Questions]

You are developing a customer contact form that will be displayed on a page of a company's website. The page collects information about the customer.
If a customer enters a value before submitting the form, it must be a valid email address.
You need to ensure that the data validation requirement is met.
What should you use?

  • A. <input name="email" type="input" required="required"/>
  • B. <input name=email" type="url" required="email"/>
  • C. <input name="email" class" email"/>
  • D. <input name="email" type="email"/>
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
The <input type="email"> is used for input fields that should contain an e-mail address.
Depending on browser support, the e-mail address can be automatically validated when submitted.
Some smartphones recognize the email type, and adds ".com" to the keyboard to match email input.
Reference: HTML Input Types

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Dani_Kalunga
4 years, 5 months ago
D is correct,I didn''t read the question properly
upvoted 1 times
...
Dani_Kalunga
4 years, 5 months ago
this question is confusing, they didn't specify which type of data must be submitted
upvoted 1 times
...
JMz123
5 years, 7 months ago
MODERATOR - Distractor C is so messed up as to be not useful. "smartphones recognize the email type, and adds ".com" to the keyboard". The plural of verb "adds" is really "add" without an s. Nouns have the s - not verbs.
upvoted 1 times
bdb1993
5 years, 7 months ago
I presume English is not your native tongue?
upvoted 5 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...