< All the HTML Tags >

<param></param>

Video Coming Soon...

  • param

    Tag Type

    inline

    Tag Category

    content

    Defines parameters for an object

    Viewed

    1

    Examples

    1

Definition:

The HTML <param> tag is used to define parameters for an embedded object, typically within the <object> tag.

Attributes like name and value specify the parameter's name and its corresponding value, allowing for customized behavior of the embedded content.

Understanding the `<param>` tag is important for effectively embedding and controlling external resources.

Attributes:

name, value, Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default param Example:

Using the <param> tag to pass parameters to an object.
<param name="autoplay" value="true">

Default param Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…