PARAM
The param element defines parameters for plugins invoked by object elements.
It does not represent anything on its own.
SYNTAX
HTML
<param attribute-name="attribute-value"></param>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
name | string | Name of the parameter |
value | string | Value of the parameter |
CSS
param {
display: none;
}