0
Help with displaying alert when mouseover pointer
I need help displaying an alert when the mouse pointer is over the div tag: <div ="alert('Hi!');"> put the mouse pointer over me </div>
2 Respuestas
+ 2
Review the lesson "Handling Events":
https://www.sololearn.com/learn/JavaScript/2758/
+ 1
onmouseover="alert('Hi!')"