snowman.html
来自「java源程序 对初学者有很大的帮助 从简单到复杂」· HTML 代码 · 共 22 行
HTML
22 行
<HTML>
<HEAD>
<TITLE>The Snowman Applet</TITLE>
</HEAD>
<BODY>
<center>
<H3>The Snowman Applet</H3>
<applet code="Snowman.class" width=300 height=225>
</applet>
</center>
<p>Above this text you should see a picture of a snowman. This picture is
generated by a Java applet. If you don't see the picture, it may be because
your browser is not set up to process Java applets, or because the bytecode
version of the applet is not stored in the same location as this web page.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?