Creating the basic application HTML page
Use the following HTML code to create a basic HTML page that will contain all of application pieces (applets, helper applets, graphics, buttons, and so on):

<HTML>
<HEAD>

<TITLE></TITLE>

</HEAD>

<BODY>

</BODY>

</HTML>

The application page uses a background graphic handled by the BACKGROUND attribute of the BODY tag. Embedded images with hypertext links are also used to give the page a custom look (with jumps to more information!). Refer to the application source HTML for more ideas on how to put graphics in your page.