param – initialization parameters for plugins ⓘ # T
The param element
defines parameters for plugins invoked by object elements.
Descriptions for attributes specific to this element #
-
name = string
- The name of the parameter.
-
value = string
- The value of the parameter.
Additional constraints and admonitions #
-
The type attribute on the param element is obsolete.
Use the name attribute and value attribute without declaring value types.
-
The valuetype attribute on the param element is obsolete.
Use the name attribute and value attribute without declaring value types.
Permitted parent elements #
object
DOM interface #
interface HTMLParamElement : HTMLElement {
attribute DOMString name;
attribute DOMString value;
};
Typical default display properties #