Cover V05, I07
Article
Figure 1
Figure 2
Figure 3
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Listing 6
Listing 7
Listing 8
Sidebar 1
Sidebar 2

jul96.tar


Listing 3: Applet tag in HTML page

<html>
<head>
<title>Hello World !</title>
</head>
<body>
<applet code=Test.class width=300 height=100 align=middle>
<param name=MyName Value="Hello World !">
This is a Java applet
</applet>
</body>
</html>