
<html>
<head>
<title> 鼠标指针形状 </title>
</head>
<body>
<h1>鼠标移到相应的位置观看效果</h1>
<span style="cursor:hand">手的形状</span><br>
<span style="cursor:move"><br>移动</span><br>
<span style="cursor:ne-resize"><br>反方向</span><br>
<span style="cursor:wait"><br>等待</span><br>
<span style="cursor:help"><br>求助</span><br>
</body>
</html>



