Bill Kennelly's HTML Tag Reference
PARAM - parameter for an applet
Description
The PARAM tag provides a value for a parameter required by an applet. The PARAM tag is used between <APPLET> and </APPLET> tags.
Syntax
<PARAM NAME="paramName" VALUE="value">
Attributes
NAME specifies the name of the variable. The name is determined by the applet.
VALUE specifies the value for the variable.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups