script05.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>Multiple Links, Single Rollover</title>	<script src="script05.js" language="javascript" type="text/javascript"></script></head><body bgcolor="#EECC99">	<img src="images/DaVinci.jpg" width="144" height="219" alt="DaVinci" align="right" hspace="50" />	<img src="images/leoText.gif" width="375" height="26" alt="Leonardo's Inventions" />	<a href="flyPage.html" class="textField" id="flyer"><img src="images/flyer.gif" width="293" height="165" border="0" alt="Flying Machine" vspace="10" id="flyerImg" /></a><br clear="right" />	<img src="images/bg.gif" width="208" height="27" id="textField" alt="Text Field" align="right" vspace="20" />	<a href="tankPage.html" class="textField" id="tank"><img src="images/tank.gif" width="325" height="92" border="0" alt="Tank" id="tankImg" /></a><br />	<a href="heliPage.html" class="textField" id="helicopter"><img src="images/helicopter.gif" width="224" height="160" border="0" alt="Helicopter" id="helicopterImg" /></a></body></html>

⌨️ 快捷键说明

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