script06.html

来自「图灵程序设计丛书 JavaScript基础教程源代码」· HTML 代码 · 共 15 行

HTML
15
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head>	<title>Mouse Movements</title>	<script language="Javascript" type="text/javascript" src="script06.js">	</script>	<link rel="stylesheet" href="script06.css" /></head><body>	<img src="images/circle.gif" alt="left eye" width="24" height="25" id="lEye" />	<img src="images/circle.gif" alt="right eye" width="24" height="25" id="rEye" />	<img src="images/lilRed.gif" alt="left eyeball" width="4" height="4" id="lDot" />	<img src="images/lilRed.gif" alt="right eyeball" width="4" height="4" id="rDot" /></body></html>

⌨️ 快捷键说明

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