<html> <body> <h1 onmouseover="style.color='red'" onmouseout="style.color='black'"> Mouse over this text</h1> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself