mdc.html

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

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

<h1 align=center>Linear Ballet</h1>

<p>
<hr><applet code="LinearBallet" width=400 height=200></applet>
<hr></p>

<p>Applet name: Linear Ballet 
<br>Applet Source: <a href="LinearBallet.java">LinearBallet.java 
<br></a>Import(s): java.awt, java.applet 
<br>Feature(s): image, animation 
<br>Author: <a href="mailto:glinden@cs.washington.edu">Greg Linden</a></p>

<p><b><font SIZE=+2>Usage guide:</font></b> </p>

<p>This applet is a very simple, non-interactive applet that enhances web
pages with a nifty dynamic display. It requires no set-up. Just drop the
line below in your html document, make sure the class is available, and
there you go. </p>

<p>Example: </p>

<p>&lt;APPLET CODE=&quot;LinearBallet.class&quot; WIDTH=400 Height=200&gt;
<br>&lt;/APPLET&gt;</p>

<center><p>
<hr><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 + -
显示快捷键?