HTML param Tag

Example

Set the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads:
<object data="horse.wav">
  <param name="autoplay" value="true">
</object>


Teach Yourself  by BH24 HTML Editor Tool!

The <param> tag is supported in all major browsers. However, the file format defined in <object> may not be supported in all browsers.

Definition and Usage

The <param> tag is used to define parameters for plugins embedded with an <object> element.