HOTSPOT
You are developing an application in HTML5.
You have the following HTML markup.
You have the following JavaScript code.
Use the drop-down lists to select the answer choice that completes each statement.
Hot Area:
Explanation:
Validate2will be called when the user clicks the userName text box.
Validate1will be called when the user clicks the userNameLabel label.
https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_event_stoppropagation
it is right
it is wrong.
Validate2 and click-event will be called when the user clicks the userName text box.
Validate1, Validate2 and click-event will be called when the user clicks the userNameLabel.