html鼠标的各种形状

<html>
<head>
</head>
<body>
演示:手形

<P style="CURSOR: hand">演示:只支持IE手形</P>
<p style='cursor:pointer'>演示:全部支持的手形</p>

演示:移动

<p style=cursor:move>演示:移动</p>

演示:等待

<P style="CURSOR: wait">等待状态</P>

演示:定位指示

<P style="CURSOR: crosshair">演示:定位指示</P>

演示:帮助

<P style="CURSOR: help">演示:帮助<P>

</body>
</html>

原文地址:https://www.cnblogs.com/timy/p/1816219.html