Valid 70-480 Dumps shared by ExamDiscuss.com for Helping Passing 70-480 Exam! ExamDiscuss.com now offer the newest 70-480 exam dumps, the ExamDiscuss.com 70-480 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-480 dumps with Test Engine here:
You are developing an HTML5 web application that provides a discussion forum for users. When a user registers to access the application, the user enters an email address. Users can enter data that can result in cross-site scripting (XSS) attacks. You need to ensure that email input is as secure as possible. Which two techniques should you use? (Each correct answer presents a complete solution. Choose two.)
Correct Answer: B,D
Explanation/Reference: Explanation: B: 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. D: JQuery can be used to validate email addresses. References: https://www.w3schools.com/html/html_form_input_types.asp https://www.formget.com/email-validation-jquery-codes/