cursor.html

来自「jsp课件」· HTML 代码 · 共 33 行

HTML
33
字号
<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 + =
减小字号Ctrl + -
显示快捷键?