HTML5 Tutorials & More

<param> Tag

The param element allows you to specify the run-time settings for an object inserted into HTML documents.

Supported In HTML4: Yes

Supported In HTML5: Yes

HTML4 vs HTML5 Differences:

Attributes

Title Values Description HTML4 Support HTML5 Support
name unique name Defines a unique name for the parameter Yes Yes
type MIME_type No No
value value Specifies the value of the parameter No No
valuetype data ref object No No

Standard Attributes

All standard attributes are supported.

Event Attributes

All event attributes are supported.

HTML5 Tags