+ 1
Div help
How do I display an alert when the mouse is hovering over the div tag?
1 Resposta
+ 4
Hello, Ryan Sullivan (Suvan) !
<div onmouseover='alert("Blue bird")'>Some string</div>
Also look at one of SoloLearn lessons
https://www.sololearn.com/learn/JavaScript/2758/?ref=app