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

<h1 onmouseover="style.color='red'"
onmouseout="style.color='black'">
鼠标移动到此文本上</h1>

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