From http://www.w3schools.com (Copyright Refsnes Data)
ExampleAdd an object to an HTML page:
|
The <param> tag is used to define parameters or variables for an object or applet element.
The <param> tag is supported in all major browsers.
In HTML the <param> tag has no end tag.
In XHTML the <param> tag must be properly closed.
DTD indicates in which DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
Attribute | Value | Description | DTD |
---|---|---|---|
name | unique_name | Defines a unique name for the parameter | STF |
Attribute | Value | Description | DTD |
---|---|---|---|
type | MIME type | Specifies the internet media type for the parameter | STF |
value | value | Specifies the value of the parameter | STF |
valuetype | data ref object |
Specifies the MIME type of the value | STF |
id |
For a full description, go to Standard Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)