HTML and CSS Reference
In-Depth Information
Name
param
Synopsis
<param> (XHTML: <param/> or <param /> )
Supplies a parameter within an object element. A parameter is info required by the media
object at runtime.
Usage
Categories:
None
Permitted contexts:
As a child of an object element, before any flow content
Permitted content:
Empty
Start/end tags:
This is an empty (void) element, meaning it has only a start tag and may not have any con-
tents. In HTML, the end tag is forbidden. In XHTML, the element must be closed with a
trailing slash ( <param/> or <param /> ).
Attributes
HTML5 Global Attributes
name=" text
text "
Required . Defines the name of the parameter.
value=" text
text "
Defines the value of the parameter.
Search WWH ::




Custom Search