Codessentials

  • Increase font size
  • Default font size
  • Decrease font size
Home Coding tips Java Java applet

Java applet

Here is how you include an applet in a HTML page:

<HTML><HEAD></HEAD><BODY>
<APPLET CODE=myapplet.class
MAYSCRIPT
HEIGHT=150
WIDTH=200>
</APPLET></BODY></HTML>
 

Bookmark

AddThis Social Bookmark Button


Newsflash

Now we have got some coding tips for the developers amongst you!