[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-PARAM
Used to specify customized properties of the Java applet.
Attributes
Declares a name for the parameter.
Specifies a value for the parameter.
Code Tip
Never specify width="#" and height="#" attributes when using the <param> element. If specified, these values will override the dimension values of the <applet> element.
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-PARAM
Param
UsageUsed to specify customized properties of the Java applet.
Attributes
name="" (required)
Declares a name for the parameter.
value=""
Specifies a value for the parameter.
Code Tip
Never specify width="#" and height="#" attributes when using the <param> element. If specified, these values will override the dimension values of the <applet> element.
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
