background image

/./下面是 html 文件中的

  代码  

<html>
 <head>
 <title>Applet</title>
 </head>
 <body   bgcolor=green>
 <center>
   <applet code="Test.class" width=300 height=300>         //

 

指定 java 字节码文件的路径  

codebase

 

属性 可以执行一个网络 URL ..

   <param name="font" value="楷体_GB2312">   
  
</applet>
</center> 
 </body>
</html>