Latest web development tutorials

HTML param value property

HTML param Tag Reference HTML <param> tag

Examples

Settings "autoplay" parameter to "true", so that sound when the page loads will automatically start playing:

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

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support attribute value. However, <object> is defined in the file format is not supported by all browsers.


Definition and Usage

value attribute specifies the <param> element's value.

This attribute is usually used in conjunction with the name attribute to specify the <object> parameter label specified plug.

The value of the property value can be any value specified object supports.


Differences between HTML 4.01 and HTML5

no.


grammar

<param value=" value ">

Property Value

描述
value 参数的值。


HTML param Tag Reference HTML <param> tag