+ 1
Display the alert tag when the mouse pointer over the div tag. Please give the right ans to complete this code
<div _______="alert('hi');> </div>
2 Answers
+ 2
This code alerts if you hover the mouse over the div (click and hold it if you are in mobile)
Is this what you exatly want to do ?
https://code.sololearn.com/WwRBRXRAlrHe/?ref=app
+ 1
thanks