- Formatting tags are provided by the hypertext markup language (HTML).
- If you want to embed an applet in an HTML file, then instantiate the
following pattern:
<applet code="applet name.class" width=width height=height>
</applet>
- If you want to view an applet using a web browser, then provide the
web browser with the URL address of the HTML file that contains the applet:
http://machine and domain name/path relative to root path
file:///full path to file
- If you want to view, for debugging, an applet that is embedded in an HTML file,
then you may want to use the command-line applet viewer by
instantiating the following pattern:
appletviewer file:///full path to file