script02.html

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

HTML
16
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Book Info</title>
	<script src="script02.js" type="text/javascript" language="javascript">
	</script>
</head>
<body bgcolor="#FFFFFF">
	<h1>Some of our Peachpit books</h1>
	<h2>Click on the name to see a picture of the cover</h2>
	<p><a href="images/dw8.jpg" class="newWin">Dreamweaver 8: Visual QuickStart Guide</a></p>
	<p><a href="images/js6e.jpg" class="newWin">JavaScript &amp; Ajax for the Web: Visual QuickStart Guide</a></p>
	<p><a href="images/ppt.jpg" class="newWin">PowerPoint: Visual QuickProject Guide</a></p>
</body>
</html>

⌨️ 快捷键说明

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