代码示例:(标识:eg_js_events_onmouse)
<!DOCTYPE html>
<html>
<body>

<h1 onmouseover="style.color='red'" onmouseout="style.color='black'">将鼠标悬停在此文字上</h1>

</body>
</html>
运行结果: