HTML 4 param Tag
Also see HTML5 <param>
Tag.
This page is for the HTML 4 version of this element. For a more up to date version, see HTML5 <param>
Tag.
The HTML param
tag is used for passing parameters to an embedded object.
This tag is used in conjuction with the <object>
tag to embed an object within an HTML document.
Example
Attributes
Attributes specific to this tag: | |
---|---|
Attribute | Description |
name | Defines the name of the parameter. |
value | Specifies the value of the parameter. |
valuetype | Specifies the type of value. Possible values:
|
type | Specifies content type of the resource specified by the value attribute, but only where valuetype is set to "ref". |
Other Attributes: | |
Attribute | Description |
id | Document wide identifier |
HTML5 Tags
The information on this page is based on HTML version 4.01. Most modern browsers now support HTML5.
See HTML5 <param>
Tag for the HTML5 version of the above element.
See this list of HTML tags for the latest list of HTML elements.