script07.html

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

HTML
18
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Window Test</title>
	<script language="Javascript" type="text/javascript" src="script07.js">
	</script>	
</head>
<body bgcolor="#FFFFFF">
	<div align="center">
		<h1>Let's play with windows!</h1>
		<h3>
			<a href="#" id="openWin">Open a new window</a>&nbsp;&nbsp;
			<a href="#" id="closeWin">Close the window</a>
		</h3>
	</div>
</body>
</html>

⌨️ 快捷键说明

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