compiled by thepcsweb.com
17
The <PARAM> tag
lBetween the <APPLET> and </APPLET> tags are multiple <PARAM> tags that specify the content and formatting for the menu
–Note that there is no closing </PARAM> tag…
lEach <PARAM> tag has two attributes
–NAME:  identifies the parameter being specified
–VALUE:  identifies the value to which the parameter is being set
lExample:
<param name=“backColor” value=“FFFF00”>