代码示例:(标识:dhtm_event_onmouse)
<html>
<body>

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

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