⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snowman.html

📁 JAVA学习初级变成,课本代码 有关程序计算和代码换算
💻 HTML
字号:
<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, 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 (the browser needs the Java plug-in),
or because the bytecode version of the applet is not stored in the same
location as this web page.</p>

</body>
</html>

⌨️ 快捷键说明

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