Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<param> : named property value
PARAM elements specify a set of values that may be required by an object at run-time. Any number of PARAM elements may appear in the content of an OBJECT or APPLET element, in any order, but must be placed at the start of the content of the enclosing OBJECT or APPLET element.
Attributes
-) name
This attribute defines the name of a run-time parameter, assumed to be known by the inserted object. Whether the property name is case-sensitive depends on the specific object implementation.
-) value
This attribute specifies the value of a run-time parameter specified by name. Property values have no meaning to HTML; their meaning is determined by the object in question.
-) valuetype = data|ref|object
This attribute specifies the type of the value attribute. Possible values:
data: This is default value for the attribute. It means that the value specified by value will be evaluated and passed to the object's implementation as a string.
ref: The value specified by value is a URI that designates a resource where run-time values are stored. This allows support tools to identify URIs given as parameters. The URI must be passed to the object as is, i.e., unresolved.
object: The value specified by value is an identifier that refers to an OBJECT declaration in the same document. The identifier must be the value of the id attribute set for the declared OBJECT element.
-) type = content-type
This attribute specifies the content type of the resource designated by the value attribute only in the case where valuetype is set to "ref". This attribute thus specifies for the user agent, the type of values that will be found at the URI designated by value.







For complete reference see html reference at W3C
X0..1   X1..1   X2..1   X2..2   X2..3   X2..4   X2..5   X2..6   X2..7   X2..8   X2..9   X2..10   X2..11   X2..12  
X2..13   X2..14   X2..15   X2..16   X2..17   X3..1   X4..1   X4..2   X4..3   X4..4   X5..1   X5..2   X6..1   X7..1  
X8..1   X8..2   X9..1   X9..2   X9..3   X9..4   X9..5   X9..6   XA..1   XB..1   XC..1   XC..2   XC..3   XC..4  
XC..5   XC..6   XC..7   XC..8   XC..9   XC..10   XC..11   XC..12   XC..13   XC..14   XC..15   XC..16   XC..17   XC..18