VersionW3C//DTD HTML 3.2 Final//EN
ElementPARAM
Purposeparameter used in an applet
DescriptionThis element identifies a parameter used in the APPLET element. The values of the name and value attributes are used by the applet in its operation.
Start tagRequired <PARAM>
Attributes
NameTypeDefaultComment
nameNMTOKEN#REQUIREDthe name of the parameter
value CDATA #IMPLIEDthe value of the parameter
ContentEMPTY
End tagForbidden
Referenced in APPLET
Example
SourceAppearance
<APPLET
Codebase="http://www.december.com/present/"
Code="NervousText.class" Width="100" Height="60" Align="left">
<PARAM Name="text" Value="Java">
</APPLET>

<br clear="all">

<APPLET
Codebase="http://www.december.com/present/"
Code="NervousText.class" Width="300" Height="60" Align="left">
<PARAM Name="text" Value="something different">
</APPLET>

search Search · star Market
2023-06-19 · John December · Terms © johndecember.com