HTML 5: The Markup Language (ARIA Edition)

paraminitialization parameters for plugins # T

The param element defines parameters for plugins invoked by object elements.

Content model #

param = empty & param.attrs

Attribute model #

Element-specific attributes #

name = string
The name of the parameter.
value = string
The value of the parameter.

Tag omission #

The param element is a void element. A param element must have a start tag but must not have an end tag.

Permitted contexts #

Typical default display properties #

param {
display: none; }