0
Display an alert when mouse pointer is on div tag
<div_________="alert("Hi");"> Put the pointer on div tag </div>
4 ответов
0
like <div onmouseover="alert('Hi');">krishna</div>
+ 3
onmouseenter is event attribute you can use here try learning all event attribute of html for better information.
0
Thanku ....
0
use mouseover eventlistener with div.