The HTML <param> tag is used for passing parameters to an embedded object using <object> tag.
Example of Code
<object data="https://www.computerhope.com/jargon/m/example.mp3"> <param name="autoplay" value="true"></object>
Output