Horje

What is HTML <param> name Attribute

Definition and Usage

The name attribute specifies the name of a <param> element.

The name attribute is used together with the value attribute to specify parameters for the plugin specified with the <object> tag.

The name attribute value can be any name supported by the specified object.


Browser Support

The name attribute is supported in all major browsers. However, the file format defined in <object> may not be supported in all browsers.


Syntax

<param name="name">

Attribute Values

Value Description
name The name of the parameter




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin