s09_19.htm

来自「老师课件」· HTM 代码 · 共 29 行

HTM
29
字号
<HTML>

<HEAD>
<META name="vs_targetSchema" content="HTML 4.0">
<META name="GENERATOR" content="Microsoft FrontPage 5.0">
<META name="ProgId" content="FrontPage.Editor.Document">
<TITLE>设置鼠标属性</TITLE>
</HEAD>

<BODY>

<P style="font-size:14pt;color:red">请把鼠标移到相应的位置观看效果。</P>
<DIV style="font-family:行书体;font-size:20pt;color:green;">
  <SPAN style="cursor:hand">手的形状</SPAN><BR>
  <SPAN style="cursor:move">移动</SPAN><BR>
  <SPAN style="cursor:ne-resize">反方向</SPAN><BR>
  <SPAN style="cursor:wait">等待</SPAN><BR>
  <SPAN id="p_help">求助</SPAN><BR>
</DIV>
<SCRIPT language="javascript">
<!--
	p_help.style.cursor = "help";
-->
</SCRIPT>

</BODY>

</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?