Computer Science, asked by Monasharma9816180810, 4 months ago

Explain following events in javascript with example

a) on mouse over
b) on change
c) on click
d) on focus
e) on load​

Answers

Answered by studay07
0

Answer:

a) on mouse over

onmouseover attribute activated  when user mouse pointer moves over an element.

b) on change

onchange is an event which is use to change the content after element loses focus

usually use for textboxes

c) on click

 this event occurs when the  you click on an element.

d) on focus

makes the element to get focus

e) on load

onload event occurs when an object has been loaded.

mostly used within the <body> element

Similar questions