1
<html>
2
<head><title>ddd</title></head>
3
<body>
4
<a href="#" style="cursor: auto;">auto</a><br>
5
<a href="#" style="cursor: crosshair ">crosshair </a><br>
6
<a href="#" style="cursor: default ">default </a><br>
7
<a href="#" style="cursor: hand ">hand </a><br>
8
<a href="#" style="cursor: move ">move </a><br>
9
<a href="#" style="cursor: e-resize ">e-resize </a><br>
10
<a href="#" style="cursor: ne-resize ">ne-resize </a><br>
11
<a href="#" style="cursor: nw-resize">nw-resize</a><br>
12
<a href="#" style="cursor: n-resize">n-resize</a><br>
13
<a href="#" style="cursor: se-resize">se-resize</a><br>
14
<a href="#" style="cursor: sw-resize">sw-resize</a><br>
15
<a href="#" style="cursor: s-resize">s-resize</a><br>
16
<a href="#" style="cursor: w-resize">w-resize</a><br>
17
<a href="#" style="cursor: text">text</a><br>
18
<a href="#" style="cursor: wait">wait</a><br>
19
<a href="#" style="cursor: help">help</a><br>
20
</body>
21
</html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21