<param> Element
The <param> element provides parameters for the ActiveX control defined with the parent <activex> element. This element can have no child elements.
The <param> element has the following attributes:
• name = CDATA
The name of one of the ActiveX control’s properties.
• value = CDATA
Sets the value of the property specified by name.