<param name="" value="">
Browser |
|
---|---|
Type |
The PARAM element is used to specify initial values for an object.
<param name="bgcolor" value="0000ff">
Attribute | Value | Explanation |
---|---|---|
name=" " | parameter name | a unique name for the parameter |
value=" " | initial value | the value of the parameter |
valuetype=" " | data | the type of the value data : character string (default) ref : URL object : the ID of the object |
ref | ||
object | ||
type=" " | MIME type | the MIME type of the parameter |
When there is the alternative content in the object, put it after the PARAM element.
<object ...>
<param ...>
<param ...>
Alternative content
</object>