#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following correctly codes an alert on the click event?
Answer
<input type=“button” onClick=“windowalert(‘Hey there!”);”>
<input type=“button” onClick=“windowalert(‘Hey there!”);”>