<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>דף חדש 1</title>
</head>
<body>
<center><table border="1" cellpadding="5" cellspacing="1"><tr>
<td><p style="cursor: auto" >auto</p></td>
<td><p style="cursor: crosshair">crosshair</p></td>
<td><p style="cursor: default" >default</p></td>
<td><p style="cursor: pointer" >pointer</p></td>
</tr><tr>
<td><p style="cursor: help" >help</p></td>
<td><p style="cursor: move" >move</p></td>
<td><p style="cursor: text" >text</p></td>
<td><p style="cursor: wait" >wait</p></td>
</tr></table></center>
</body>
<p>(Hover over each line to see the cursor effect).</p>
<div>
<p style="cursor:auto">Cursor: "Auto"</p>
<p style="cursor:default">Cursor: "Default"</p>
<p style="cursor:text">Cursor: "Text"</p>
<p style="cursor:help">Cursor: "Help"</p>
<p style="cursor:pointer">Cursor: "Pointer"</p>
<p style="cursor:wait">Cursor: "Wait"</p>
<p style="cursor:crosshair">Cursor: "Crosshair"</p>
<p style="cursor:move">Cursor: "Move"</p>
<p style="cursor:smile">Cursor: "Smile"</p>
<p style="cursor:progress">Cursor: "Progress"</p>
<p style="cursor:e-resize">Cursor: "e-resize"</p>
<p style="cursor:ne-resize">Cursor: "ne-resize"</p>
<p style="cursor:nw-resize">Cursor: "nw-resize"</p>
<p style="cursor:n-resize">Cursor: "n-resize"</p>
<p style="cursor:se-resize">Cursor: "se-resize"</p>
<p style="cursor:sw-resize">Cursor: "sw-resize"</p>
<p style="cursor:s-resize">Cursor: "s-resize"</p>
<p style="cursor:w-resize">Cursor: "w-resize"</p>
</div>
</html>