mdc.html

来自「java编程的一些Applets例子。值得深入研究一下。」· HTML 代码 · 共 38 行

HTML
38
字号
<html>
<head>
   <title>IcdBlox.html</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<h1 align=center>Iceblox</h1>

<center><p>
<hr><applet code="iceblox.class" width=390 height=350></applet>
<hr></p></center>

<p>Applet Name: IceBlox 
<br>Applet Source: <a href="iceblox.java">iceblox.java 
<br></a>Import(s): java.awt, java.net, java.awt.image 
<br>Feature(s): image, animation, mouse, keyboard 
<br>Author: <a href="mailto:Karl@tdb.uu.se">Karl Hornell 
<br>
<br></a><b><font SIZE=+2>Usage Guide: 
<br>
<br></font></b>A formal usage guide is not available. 
<br>
<br>Please note, turn caps lock off and click in the applet to run.</p>

<p>Here is the applet tag as it appears in this HTML document: 
<br>
<br>&lt;applet code=&quot;iceblox.class&quot; width=390 height=350&gt;

<br>&lt;/applet&gt; 
<br>
<hr></p>

<center><p><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>

</body>
</html>

⌨️ 快捷键说明

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