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 develop an HTML5 application. You give users a numeric access code that can be used only one time. Users must enter the numeric access code in the login form of the application. The numeric characters must be hidden by a masking character. You need to implement the form element for users to enter the code. Which HTML element should you use?
Correct Answer: A
Explanation/Reference: * Input Type: password <input type="password"> defines a password field. The characters in a password field are masked (shown as asterisks or circles). * The autocomplete attribute specifies whether or not an input field should have autocomplete enabled. The autocomplete attribute works with the following <input> types: text, search, url, tel, email, password, datepickers, range, and color. Reference: HTML Input Types ; HTML <input> autocomplete Attribute