Latest web development tutorials

HTML param name attribute

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 name attribute. However, <object> is defined in the file format is not supported by all browsers.


Definition and Usage

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

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

Value of the name attribute can be supported by any of the specified object name.


Differences between HTML 4.01 and HTML5

no.


grammar

<param name=" name ">

Property Value

描述
name 参数的名称。


HTML param Tag Reference HTML <param> tag