Beck FST WebDemo Festo

Back to index  Next  Previous

Another method to make your pages alive is by using Java applets. Adding applets is done with the <APPLET> tag:

   
<APPLET code="SoLong.class" width="400" height="50"
alt="A Java example">
I am sorry, but your browser does not support Java
or Java is disabled.
</APPLET>

Result:

    I am sorry, but your browser does not support Java or Java is disabled.