0% found this document useful (0 votes)
27 views1 page

Onmouseoutevent

The document is an HTML document with an h1 heading that changes color from black to red when the mouse is moved over it and back to black when the mouse moves away.

Uploaded by

Rutuja Pote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Onmouseoutevent

The document is an HTML document with an h1 heading that changes color from black to red when the mouse is moved over it and back to black when the mouse moves away.

Uploaded by

Rutuja Pote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

Doctype html>

<html>

<body>

<h1 onmouseover="style.color='red'"onmouseout="style.color='black'">Mouse over this text</h1>

</body>

</html>

You might also like