Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML param definition

Syntax

<param> ... </param>

Description

The param element allows you to specify the run-time settings or parameters for an object in a XHTML document.

Attributes

Attribute Description
name = cdata Property name.
value = cdata Property value.
valuetype

Type of value.

[ data | ref | object ]

type = content-type Content-type of value.

Common attributes.

Example

[Try this example yourself]
<object id="sound" type="audio/x-ms-wma" standby="Loading Audio" data="filename.wma">
  <param name="autostart" value="true" />
  <param name="loop" value="true" />
</object>

Output

  • Comments

No comments added.