Contents Previous Next
<HTML> <HEAD> <TITLE> An Applet </TITLE> </HEAD> <BODY> Here is an applet: <APP CLASS="ImageLoopItem" SRC="doc:/demo/" IMG="images/duke"> </BODY> </HTML>The general syntax of the APP HTML tag (which you use to add applets to a page) is discussed later in this document.
file:/home/kwalrath/Html/AnApplet.htmlor, for files on Windows NT:
file:///c:/Html/AnApplet.htmlInformation on URLs is available in various places on the Internet, such as from the NCSA in A Beginner's Guide to URLs.
You can sometimes make the display of an applet more attractive by specifying the width and height of the applet's display area. For example, the following HTML text
<APP CLASS="ImageLoopItem" SRC="doc:/demo/" IMG="doc:/demo/images/duke" WIDTH=55 HEIGHT=68>results in a better page layout when the applet's display is delayed:
For more information on applets provided with this release, choose the Next link below. Or, you can skip forward to learn about writing applets.
Contents Previous Next