Friday, 3 June 2011

HTML applet Tag


The <applet> tag defines an embedded applet.

Example


<applet code="Bubbles.class" width="350" height="350">

Java applet that draws animated bubbles.
</applet>




No comments:

Post a Comment