HTML param Tag

<object data=”horse.wav”>
<param name=”autoplay” value=”true”>
</object>

Definition and Usage

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

Tip: HTML 5 also includes two new elements for playing audio or video: The <audio> and <video> tags.

Share This Post