HTML <param> element


<param> tag defines the parameter of <object> tag. It's a void tag, no closing tag </param> is needed.

<object type="audio" data="file/Ring.mp3"></object>
<param name=au value="ring">



The object tag sometimes not running well in browsers other than IE.

Attributes of <param> tag:
AttributeDescription
name name of the object
value value of the parameter