References

Collection of references for web development.

HTML param tag

Description

The HTML <param> element represents parameters for the <object> element.

Attributes

Attribute Value Description
name string Specifies the name of the element.
value value Specifies the value of the element.

Example

<object data="flashgame.swf" width="300" height="300">
	<param name="level" value="10">
</object>