Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
h1
onmouseover
="style.color='red'"
onmouseout
="style.color='black'"
>
Mouse over this text
<
/h1
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <h1 onmouseover="style.color='red'" onmouseout="style.color='black'"> Mouse over this text</h1> </body> </html>
Result:
Privacy Policy