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 page. The appearance of the text box must change when a user moves the focus to another element on the page. You need to develop the page to respond to user action. Which line of code should you use?
Correct Answer: A
Explanation/Reference: Explanation: Definition and Usage The onblur event occurs when an object loses focus. Example Execute a JavaScript when a user leaves an input field: <input type="text" onblur="myFunction()"/> Reference: onblur Event http://www.w3schools.com/jsref/event_onblur.asp