einstein.html

来自「JAVA学习初级变成,课本代码 有关程序计算和代码换算」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
<head>
<title>The Einstein Applet</title>
</head>
<body>

<center>
<h3>The Einstein Applet</h3>

<applet code="Einstein.class" width=350 height=175>
</applet>

</center>

<p>Above this text you should see a picture of a some shapes and a quote by
Albert Einstein. 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 (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 + =
减小字号Ctrl + -
显示快捷键?