I have this line of code
<img src="1.png" id="friends" onMouseOver="document.writeln('We are 86');"</h2>
I want instead of deleting everything else on the site when I hover over it to display some text below it. How will this be done? Thanks to
source
to share