Advertisement
Home Open Editor ❯

HTML <param> name Attribute

Deprecated: HTML5 Not Supported.

Example

<object data="video.mp4">
  <param name="videplay" value="true">
</object>

Try this code ❯

Meaning

The value attribute contains the parameter’s value.

The actual content of this attribute depends on the object and the particular parameter being passed in, as determined by the name attribute.


Standard Syntax

HTML: <param name="text" value="text">

XHTML: <param name="text" value="text" />


Advertisement

Attribute Values

Value Description
text Specifies name of the parameter.
Home Open Editor ❯
Advertisement