You are here : htmlHTML 5param

<param> - HTML 5

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 <video> tags.


Syntax

soon as the page loads:
    <object data="horse.wav">  <param name="autoplay" value="true">	</object>


Example

soon as the page loads:
    <object data="horse.wav">  <param name="autoplay" value="true">	</object>


Output / Return Value


Limitations


Alternatives / See Also


Reference