📄 cursor.html
字号:
<html>
<head>
<title>设置光标属性</title>
</head>
<body>
<table border=1 width=90%>
<tr height=40>
<td style="cursor:auto">auto</td>
<td style="cursor:crosshair">crosshair</td>
<td style="cursor:default">default</td>
<td style="cursor:pointer">pointer</td>
</tr>
<tr height=40>
<td style="cursor:move">move</td>
<td style="cursor:e-resize">e-resize</td>
<td style="cursor:ne-resize">ne-risize</td>
<td style="cursor:nw-resize">nw-resize</td>
</tr>
<tr height=40>
<td style="cursor:n-resize">n-resize</td>
<td style="cursor:se-resize">se-resize</td>
<td style="cursor:sw-resize">sw-risize</td>
<td style="cursor:resize">resize</td>
</tr>
<tr height=40>
<td style="cursor:w-resize">w-resize</td>
<td style="cursor:text">text</td>
<td style="cursor:wait">wait</td>
<td style="cursor:help">help</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -