You are developing a contact form which include information about the customer like firstname, lastname, e-mail,mobile No etc. Your job is validating email address field. What should you use?

 Posted by Rajkatie on 12/31/2012 | Category: HTML 5 Interview questions | Views: 5792 | Points: 40
Select from following answers:
  1. <input name="emailAddress" type="email"/>
  2. <input name="emailAddress" type="url"/>
  3. <input name="emailAddress" type="text" required="required"/>
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response