param
Definition and Usage
The HTML<param> tag is used for passing parameters to an embedded object. he <param> tag does not represent anything on its own. It is  conjunction with the <object> tag. It is used with the <object> tag to provide parameters.
To use the <param> tag, you need to nest it inside a <object> element.
Syntax
The<param> tag is written as <param name="" value=""> (no end tag). The name and value attributes provide a name/value pair that the <object> element can use.