|
HTML: Applet insertion
<Applet>
Applet goes here.
</Applet>
This is a very simple tag used for inserting Java applets into web pages which can expand the capabilities of your site. The following tag can also be used for inserting Java scripts.
<Script>
Script goes here.
</Script>